diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:45:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:45:19 +0000 |
commit | b633c9589d98deee13de2dd46b76b115d4703136 (patch) | |
tree | 0471ff1b6ab7edef54370168a0c03e17fe9e82d0 /main/libxext | |
parent | e43424afc66c402303754f090c2d3e961687cc5d (diff) | |
download | aports-b633c9589d98deee13de2dd46b76b115d4703136.tar.bz2 aports-b633c9589d98deee13de2dd46b76b115d4703136.tar.xz |
main/libxext: remove *.la
Diffstat (limited to 'main/libxext')
-rw-r--r-- | main/libxext/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libxext/APKBUILD b/main/libxext/APKBUILD index 076c869329..41cb44f560 100644 --- a/main/libxext/APKBUILD +++ b/main/libxext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxext pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="X11 miscellaneous extensions library" url="http://xorg.freedesktop.org/" arch="all" @@ -21,5 +21,6 @@ build() { package() { cd "$srcdir"/libXext-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="161d200b690ace818db1cc7537e70ba9 libXext-1.3.0.tar.bz2" |