pam_ldap: corrected mandir
This commit is contained in:
parent
6b46657b33
commit
d7e458fa47
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user