diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:54:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:54:13 +0000 |
commit | f0cfa7d13013a290c683566c590e92f8f8e9c980 (patch) | |
tree | 0a982559c8fcac70c48dffe2cba54c08c2ede1f7 /main/expat | |
parent | bc3687ab22cf9ada66a77b9462b29b7c004815ff (diff) | |
download | aports-f0cfa7d13013a290c683566c590e92f8f8e9c980.tar.bz2 aports-f0cfa7d13013a290c683566c590e92f8f8e9c980.tar.xz |
main/expat: remove *.la
Diffstat (limited to 'main/expat')
-rw-r--r-- | main/expat/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/expat/APKBUILD b/main/expat/APKBUILD index 8bdd67693b..8ffc997804 100644 --- a/main/expat/APKBUILD +++ b/main/expat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=expat pkgver=2.0.1 -pkgrel=5 +pkgrel=6 pkgdesc="An XML Parser library written in C" url="http://www.libexpat.org/" arch="all" @@ -34,7 +34,8 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz |