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/krb5 | |
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/krb5')
-rw-r--r-- | abs/core/krb5/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/krb5/PKGBUILD b/abs/core/krb5/PKGBUILD index 7452e06..9fce5eb 100644 --- a/abs/core/krb5/PKGBUILD +++ b/abs/core/krb5/PKGBUILD @@ -3,7 +3,7 @@ pkgname=krb5 pkgver=1.10.2 -pkgrel=2 +pkgrel=3 pkgdesc="The Kerberos network authentication system" arch=('i686' 'x86_64') url="http://web.mit.edu/kerberos/" @@ -49,6 +49,7 @@ build() { export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all" export CPPFLAGS+=" -I/usr/include/et" ./configure --prefix=/usr \ + --sbindir=/usr/bin \ --mandir=/usr/share/man \ --localstatedir=/var/lib \ --enable-shared \ |