pam_ldap: corrected mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:23:19 +00:00
parent 6b46657b33
commit d7e458fa47
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 9 deletions

View File

@ -4,6 +4,7 @@ drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/security/
-rwxr-xr-x root/root lib/security/pam_ldap.so
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/pam_ldap.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/pam_ldap.5.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38UFDew+IvIImjZRJnAT23p3X5FrkFc1X/KK0rmF88NJyiOMfgBw1PO7OTUTzhWgH9g6vVK19gWJ+d8Oeee2cQU=
SHA256 (Pkgfile) = 0c5d0ae68c38d0cd86a5fd74f543705fc3a8c9ad1fe24f28e892349717f0f51f
SHA256 (.footprint) = 7bc67ce6fbd041e2a1cdaeca3daf1c12d74317a84622659cfec617e943f43e32
RWSagIOpLGJF33P04qyf/nx7FX5JAU/SwW+w5NZocBTc1AE13VQ2GNNz5jAqjQ22cdYgYR6cT2jTwx2sDY5kiELrRkFHd5Wt9Ag=
SHA256 (Pkgfile) = 5ce31c4f6896d6981156cb1a4b69b890e266cc3bcfcc27275a2e1069b0e6d4e8
SHA256 (.footprint) = 89279271a7d84ef7c77482b23e805951228fe8d7dbfe4a9434874bde047e89b3
SHA256 (pam_ldap-186.tar.gz) = c8fe22d559d5a3f528b24eb97175085f188c0f11ade337a868590ac0e0716453

View File

@ -5,7 +5,7 @@
name=pam_ldap
version=186
release=2
release=3
source=(http://www.padl.com/download/$name-$version.tar.gz)
build() {
@ -14,10 +14,10 @@ build() {
--prefix=/usr \
--libdir=/lib \
--sysconfdir=/etc \
--mandir=/usr/man \
--mandir=/usr/share/man \
--with-ldap-lib=openldap \
--with-ldap-conf-file=/etc/pam_ldap.conf
make
PERL5LIB="$PWD" PATH="$PATH:$SRC/$name-$version" make
make DESTDIR=$PKG install
mv $PKG/etc/ldap.conf $PKG/etc/pam_ldap.conf