diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-14 23:33:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-14 23:33:06 (GMT) |
commit | 3d7c59c43f41cf1a9a13831c287373211e089a02 (patch) | |
tree | 11a275eef5b1c8903d857aa3aafadbe11c8cfe58 /abs/core-testing/lighttpd/PKGBUILD | |
parent | 455c204dc578377cdf662575d1cb9667d0f77137 (diff) | |
download | linhes_pkgbuild-3d7c59c43f41cf1a9a13831c287373211e089a02.zip linhes_pkgbuild-3d7c59c43f41cf1a9a13831c287373211e089a02.tar.gz linhes_pkgbuild-3d7c59c43f41cf1a9a13831c287373211e089a02.tar.bz2 |
lighttpd: add sed statement to post-install.
This should update any old versions
rename changelog
Diffstat (limited to 'abs/core-testing/lighttpd/PKGBUILD')
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index 3695f0f..cec41d4 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lighttpd pkgver=1.4.26 -pkgrel=3 +pkgrel=7 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ options=('!libtool' 'emptydirs') source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" \ 'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 'auth-inc.conf' \ 'openssl-0.9.8m.patch') - +install='lighttpd.install' build() { cd $srcdir/$pkgname-$pkgver |