X-Git-Url: http://gitweb/?a=blobdiff_plain;f=acl%2FPkgfile;h=db2d6779ac78755961f119c8bb5be3890990bc6c;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=f63abaf8125bc42d5aa3f9ee1ddbbe44e464c741;hpb=087192fa6119c2b96fd1653ac3afba882f0e3b8f;p=crossrootfs.git diff --git a/acl/Pkgfile b/acl/Pkgfile index f63abaf..db2d677 100644 --- a/acl/Pkgfile +++ b/acl/Pkgfile @@ -5,8 +5,8 @@ # Depends on: attr name=acl -version=2.2.51 -release=1 +version=2.2.52 +release=2 source=(http://download-mirror.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz) build() { @@ -19,8 +19,7 @@ build() { --host=$CTARGET \ --prefix=/usr \ --bindir=/bin \ - --libexecdir=/usr/lib \ - --mandir=/usr/man + --libexecdir=/usr/lib make make DIST_ROOT=$PKG install install-lib install-dev @@ -30,5 +29,5 @@ build() { rm $PKG/usr/lib/libacl.so ln -s ../../lib/libacl.so.1.1.0 $PKG/usr/lib/libacl.so - rm -r $PKG/usr/share + rm -r $PKG/usr/share/{doc,locale} }