diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-16 23:53:03 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:03 (GMT) |
commit | aeeb1750810cd85ef5a1373e97de811aba59a1e9 (patch) | |
tree | dea5ae3d80ed7a438ff7ca01608ed2175fac9edf /abs/core/lighttpd/PKGBUILD | |
parent | 57da00f1efeef15771c989ac7884d43aa903efea (diff) | |
download | linhes_pkgbuild-aeeb1750810cd85ef5a1373e97de811aba59a1e9.zip linhes_pkgbuild-aeeb1750810cd85ef5a1373e97de811aba59a1e9.tar.gz linhes_pkgbuild-aeeb1750810cd85ef5a1373e97de811aba59a1e9.tar.bz2 |
krb5, libatasmart, libcap, ligbusb, linl, libsasl, lighttpd:
update binary path to /usr/bin
refs #961
Diffstat (limited to 'abs/core/lighttpd/PKGBUILD')
-rw-r--r-- | abs/core/lighttpd/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD index 5a4cb34..a29db8e 100644 --- a/abs/core/lighttpd/PKGBUILD +++ b/abs/core/lighttpd/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lighttpd pkgver=1.4.32 -pkgrel=2 +pkgrel=3 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -24,6 +24,7 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ + --sbindir=/usr/bin \ --libexecdir=/usr/lib/lighttpd/modules \ --sysconfdir=/etc/lighttpd \ --sharedstatedir=/usr/var \ |