diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:08:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:08:53 +0000 |
commit | a6f5bbd40ab66e4ed1663480a91afd5c1129123e (patch) | |
tree | 83183afdc695d333e44b5990041f432cb5c98549 | |
parent | 7544681c497e77177ba42a8b81abec6d167a6d0e (diff) | |
download | aports-a6f5bbd40ab66e4ed1663480a91afd5c1129123e.tar.bz2 aports-a6f5bbd40ab66e4ed1663480a91afd5c1129123e.tar.xz |
main/libxfixes: remove *.la
-rw-r--r-- | main/libxfixes/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libxfixes/APKBUILD b/main/libxfixes/APKBUILD index 7fc8ba0a90..df130f988e 100644 --- a/main/libxfixes/APKBUILD +++ b/main/libxfixes/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxfixes pkgver=5.0 -pkgrel=0 +pkgrel=1 pkgdesc="X11 miscellaneous 'fixes' extension library" url="http://xorg.freedesktop.org/" arch="all" @@ -22,5 +22,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="678071bd7f9f7467e2fc712d81022318 libXfixes-5.0.tar.bz2" |