summaryrefslogtreecommitdiff
path: root/repo/system/libcap.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libcap.xibuild')
-rw-r--r--repo/system/libcap.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/libcap.xibuild b/repo/system/libcap.xibuild
index ba9c19a..f3a5ee3 100644
--- a/repo/system/libcap.xibuild
+++ b/repo/system/libcap.xibuild
@@ -22,5 +22,7 @@ check () {
package() {
make prefix=/usr lib=lib DESTDIR=$PKG_DEST install
- chmod -v 755 $PKG_DEST/usr/lib/lib{cap,psx}.so.*
+ chmod 755 $PKG_DEST/usr/lib/libcap.so.*
+ chmod 755 $PKG_DEST/usr/lib/libpsx.so.*
+
}