acl: install shlibs into /usr/lib.
This commit is contained in:
parent
02ac8e402f
commit
2191791158
1 changed files with 4 additions and 15 deletions
|
@ -3,10 +3,10 @@ pkgname=acl
|
|||
version=2.2.51
|
||||
distfiles="${NONGNU_SITE}/acl/acl-${version}.src.tar.gz"
|
||||
build_style=gnu-configure
|
||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
PKG_MAN_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man install
|
||||
install-lib install-dev"
|
||||
revision=1
|
||||
configure_args="--libdir=/usr/lib --libexecdir=/usr/lib"
|
||||
make_install_target="DIST_ROOT=$XBPS_DESTDIR/$pkgname-$version
|
||||
install install-lib install-dev"
|
||||
revision=2
|
||||
short_desc="Access Control List filesystem support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://savannah.nongnu.org/projects/acl"
|
||||
|
@ -21,14 +21,3 @@ subpackages="acl-devel acl-progs"
|
|||
Add_dependency build gettext
|
||||
Add_dependency build gawk
|
||||
Add_dependency build attr-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
mkdir ${DESTDIR}/lib
|
||||
mv ${DESTDIR}/usr/lib/libacl.so.* ${DESTDIR}/lib
|
||||
mv ${DESTDIR}/usr/libexec/libacl.* ${DESTDIR}/usr/lib
|
||||
chmod 755 ${DESTDIR}/lib/libacl.so.*
|
||||
rm -rf ${DESTDIR}/usr/libexec
|
||||
rm -f ${DESTDIR}/usr/lib/libacl.so
|
||||
cd ${DESTDIR}/usr/lib && ln -sf ../../lib/libacl.so.1 libacl.so
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue