Skip to content

Commit

Permalink
upgpkg: acl 2.2.51-3
Browse files Browse the repository at this point in the history
reinstate static lib


git-svn-id: file:///srv/repos/svn-packages/svn@175879 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
dreisner committed Jan 23, 2013
1 parent 5ee137a commit 538d53f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions acl/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=acl
pkgver=2.2.51
pkgrel=2
pkgrel=3
pkgdesc="Access control list utilities, libraries and headers"
arch=('i686' 'x86_64')
url="http://savannah.nongnu.org/projects/acl"
Expand All @@ -27,8 +27,4 @@ build() {

package() {
make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev

# tidy up
rm -f "$pkgdir"/usr/lib/libacl.a
chmod 0755 "$pkgdir"/usr/lib/libacl.so.*.*.*
}

0 comments on commit 538d53f

Please sign in to comment.