diff options
Diffstat (limited to 'community/nss-pam-ldapd/PKGBUILD')
-rw-r--r-- | community/nss-pam-ldapd/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD index 5e6ebd566..bbdedb365 100644 --- a/community/nss-pam-ldapd/PKGBUILD +++ b/community/nss-pam-ldapd/PKGBUILD @@ -3,7 +3,7 @@ pkgname=nss-pam-ldapd pkgver=0.8.13 -pkgrel=1 +pkgrel=2 pkgdesc='LDAP module for NSS and PAM' arch=('i686' 'x86_64') url="http://arthurdejong.org/$pkgname/" @@ -17,16 +17,17 @@ backup=('etc/nslcd.conf') source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz" "nslcd.service") sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec' - '40afa421f05c2128a5219504fea45b2e76830973') - + 'b564fa5738963a67a9240bf4ce63b2fa494cafb7') + build() { cd "$srcdir/$pkgname-$pkgver" ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --sysconfdir=/etc \ --localstatedir=/var \ --with-pam-seclib-dir=/usr/lib/security; - + make } |