libcap: shared lib must have 755 perms.
This commit is contained in:
parent
9a1a01432f
commit
4317cf2ae0
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'libcap'
|
||||
pkgname=libcap
|
||||
version=2.22
|
||||
revision=1
|
||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="POSIX.1e capabilities library"
|
||||
|
@ -38,4 +39,5 @@ do_install()
|
|||
|
||||
vinstall pam_cap/capability.conf 644 etc/security
|
||||
cd ${DESTDIR}/usr/lib && ln -sf ../../lib/libcap.so .
|
||||
chmod 755 ${DESTDIR}/lib/libcap.so.*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user