1
0
forked from ports/contrib

nss_ldap: getting rid of the last stale folder

This commit is contained in:
Tim Biermann 2020-01-21 12:10:21 +01:00
parent a90990b31f
commit e73390b7a6
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,6 @@ lrwxrwxrwx root/root lib/libnss_ldap.so.2 -> libnss_ldap-2.30.so
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libnss_ldap.so.2 -> ../../lib/libnss_ldap.so.2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37p7f5tekGglkvVXsn4MsBwsw8NSe5gv9rqJ5wvAQcu2PlOPKYlvLK0BG8qiQi0FlZfob/2+qTPYe7xc8YBsvws=
SHA256 (Pkgfile) = a3f3dc5236b8d0e75f85ed1dd21c6ee23cc1941171ca8749e391af2b15dc4397
SHA256 (.footprint) = a8b9be0dc049f753b6bc4ef461350a19a5c8855314280468b729e23bd1b12d47
RWSagIOpLGJF38FzlHlBrlyzFMMrnl3ovBlt2/WZN3bhcAC6FWOEY+ueX/kr4GCzc2QZOnfFkx1zfcyY72e81WSwuKTcsocESAA=
SHA256 (Pkgfile) = 5967ed4dec6bbd29e3ed3cfeb1e6a8b3dca49571c4e37022fda747df44749da1
SHA256 (.footprint) = e6403146bbd4daf8299cd5b047fb99b3f4ee7a7ecb833448a21612bc100f9df4
SHA256 (nss_ldap-265.tar.gz) = 77b54d905f50d774f28d5559d49126f1bc76720f741b0864a64bb4936ec226a8
SHA256 (nss_ldap-265-glibc-2.16.patch) = ea008f78f15b9e23a0dac27448df49d57c863f7a16536ed0153f11e135b12f96

View File

@ -23,6 +23,6 @@ build() {
--with-ldap-lib=openldap \
--with-ldap-conf-file=/etc/nss_ldap.conf
make
mkdir -p $PKG/lib $PKG/usr/man
mkdir -p $PKG/lib
make DESTDIR=$PKG install
}