libcap: move lib to /lib, programs to /sbin, cleanups.

This commit is contained in:
Juan RP
2011-07-02 15:26:54 +02:00
parent 6513a02ee0
commit dc3bf1d413
4 changed files with 21 additions and 20 deletions

View File

@@ -5,15 +5,17 @@ long_desc="${long_desc}
This package contains a PAM module provided by the libcap package."
revision=1
conf_files="/etc/security/capability.conf"
Add_dependency run glibc
Add_dependency run attr
Add_dependency run libcap
Add_dependency run pam
do_install()
{
mkdir -p ${DESTDIR}
mv ${SRCPKGDESTDIR}/lib ${DESTDIR}
mv ${SRCPKGDESTDIR}/etc ${DESTDIR}
vmove lib/security lib
vmove etc
}