summaryrefslogtreecommitdiffstats
path: root/base/libcap/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-24 22:29:48 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-24 22:29:48 +0100
commit1d1f307a851d3099e04924d7d9122f97de851d2b (patch)
tree515816d5104d71ae1a93b8cc876e375868390e2a /base/libcap/Pkgfile
parent85865a030c15eb93613576a081c5ce48fd902d5b (diff)
downloadnutyx-extra-1d1f307a851d3099e04924d7d9122f97de851d2b.tar.gz
nutyx-extra-1d1f307a851d3099e04924d7d9122f97de851d2b.tar.bz2
nutyx-extra-1d1f307a851d3099e04924d7d9122f97de851d2b.tar.xz
nutyx-extra-1d1f307a851d3099e04924d7d9122f97de851d2b.zip
libcap, maj footprint
Diffstat (limited to 'base/libcap/Pkgfile')
-rwxr-xr-xbase/libcap/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/libcap/Pkgfile b/base/libcap/Pkgfile
index 480a7f0b1..49f7388db 100755
--- a/base/libcap/Pkgfile
+++ b/base/libcap/Pkgfile
@@ -19,9 +19,9 @@ build() {
INCDIR=$PKG/usr/include \
LIBDIR=$PKG/usr/lib \
SBINDIR=$PKG/usr/sbin \
- MANDIR=$PKG/usr/man install
+ MANDIR=$PKG/usr/share/man install
# man8 is empty, cap{set,get}(2) come from core/man-pages
- rm -rf $PKG/usr/man/man{2,8}
+ rm -rf $PKG/usr/share/man/man{2,8}
}