nss_wrapper: 1.0.3 -> 1.1.3, updated man path

This commit is contained in:
Alan Mizrahi 2016-09-01 12:12:36 +09:00
parent 5636c99a11
commit de90f0f9ac
3 changed files with 9 additions and 9 deletions

@ -7,10 +7,11 @@ drwxr-xr-x root/root usr/lib/cmake/nss_wrapper/
-rw-r--r-- root/root usr/lib/cmake/nss_wrapper/nss_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/nss_wrapper/nss_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libnss_wrapper.so -> libnss_wrapper.so.0
lrwxrwxrwx root/root usr/lib/libnss_wrapper.so.0 -> libnss_wrapper.so.0.1.0
-rwxr-xr-x root/root usr/lib/libnss_wrapper.so.0.1.0
lrwxrwxrwx root/root usr/lib/libnss_wrapper.so.0 -> libnss_wrapper.so.0.2.3
-rwxr-xr-x root/root usr/lib/libnss_wrapper.so.0.2.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/nss_wrapper.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nss_wrapper.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/nss_wrapper.1.gz

@ -1 +1 @@
5488434069267ff86bc479423d218bb7 nss_wrapper-1.0.3.tar.gz
a203fbcfd747bb379e59ccd5c3c00a50 nss_wrapper-1.1.3.tar.gz

@ -4,7 +4,7 @@
# Depends on: cmake
name=nss_wrapper
version=1.0.3
version=1.1.3
release=1
source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz)
@ -14,8 +14,7 @@ build() {
cmake ../$name-$version \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMAN_INSTALL_DIR=/usr/man
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install