summaryrefslogtreecommitdiffstats
path: root/base/libcap/Pkgfile
diff options
context:
space:
mode:
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}
}