diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-18 13:06:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-18 13:06:37 +0000 |
commit | 0562d45b8c21844f7f9ea16b8ccb6029ee776332 (patch) | |
tree | 66106a77ed18670c062c13d7a760cd34f6de1c09 /testing/ldns | |
parent | 62ed87d6234b0da747c837c1784063b53d79e981 (diff) | |
download | aports-0562d45b8c21844f7f9ea16b8ccb6029ee776332.tar.bz2 aports-0562d45b8c21844f7f9ea16b8ccb6029ee776332.tar.xz |
testing/ldns: remove *.la
Diffstat (limited to 'testing/ldns')
-rw-r--r-- | testing/ldns/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ldns/APKBUILD b/testing/ldns/APKBUILD index 43dd581353..a999bceff7 100644 --- a/testing/ldns/APKBUILD +++ b/testing/ldns/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=ldns pkgver=1.6.10 -pkgrel=0 +pkgrel=1 pkgdesc="A DNS library" url="http://nlnetlabs.nl/projects/ldns/" arch="all" @@ -39,6 +39,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="fadf8e38fbd2d3434a2c46097d9932d5 ldns-1.6.10.tar.gz" |