summaryrefslogtreecommitdiff
path: root/uid_wrapper
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-09-01 12:13:12 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-09-01 12:13:12 +0900
commit299031732d8624c9080a58ccc10f7e9b4847c6ed (patch)
tree1e7ce587236f6d760d55538ceeab78accea16cf1 /uid_wrapper
parentf47ee3cd71008f26f3d2ee0a98a090adc0be6009 (diff)
downloadopt-299031732d8624c9080a58ccc10f7e9b4847c6ed.tar.gz
opt-299031732d8624c9080a58ccc10f7e9b4847c6ed.tar.xz
uid_wrapper: 1.1.0 -> 1.2.1, updated man path
Diffstat (limited to 'uid_wrapper')
-rw-r--r--uid_wrapper/.footprint11
-rw-r--r--uid_wrapper/.md5sum2
-rw-r--r--uid_wrapper/Pkgfile5
3 files changed, 9 insertions, 9 deletions
diff --git a/uid_wrapper/.footprint b/uid_wrapper/.footprint
index 33348e977..7bf68e3f0 100644
--- a/uid_wrapper/.footprint
+++ b/uid_wrapper/.footprint
@@ -5,10 +5,11 @@ drwxr-xr-x root/root usr/lib/cmake/uid_wrapper/
-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libuid_wrapper.so -> libuid_wrapper.so.0
-lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.3
--rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.3
+lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.6
+-rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/uid_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/uid_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/uid_wrapper.1.gz
diff --git a/uid_wrapper/.md5sum b/uid_wrapper/.md5sum
index 7289e5099..93e98d254 100644
--- a/uid_wrapper/.md5sum
+++ b/uid_wrapper/.md5sum
@@ -1 +1 @@
-097385bb018d4f3e521a176e9e6d3f07 uid_wrapper-1.1.0.tar.gz
+7068033341c3d6a883066d45dc4dcd26 uid_wrapper-1.2.1.tar.gz
diff --git a/uid_wrapper/Pkgfile b/uid_wrapper/Pkgfile
index 283d3d0c1..752f8156d 100644
--- a/uid_wrapper/Pkgfile
+++ b/uid_wrapper/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: cmake
name=uid_wrapper
-version=1.1.0
+version=1.2.1
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

Generated by cgit