diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-23 05:57:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-23 05:57:27 +0000 |
commit | 97e56a5170467c68f8005febf76678db23f06655 (patch) | |
tree | e5725682c85b49135ea43b9f2ed01ef6ca881266 /testing/mhash | |
parent | 7ca9bed6c7cae20d1211944354c89bc5ce899f4b (diff) | |
download | aports-97e56a5170467c68f8005febf76678db23f06655.tar.bz2 aports-97e56a5170467c68f8005febf76678db23f06655.tar.xz |
testing/mhash: remove *.la
Diffstat (limited to 'testing/mhash')
-rw-r--r-- | testing/mhash/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mhash/APKBUILD b/testing/mhash/APKBUILD index 2964512e36..4df377600c 100644 --- a/testing/mhash/APKBUILD +++ b/testing/mhash/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=mhash pkgver=0.9.9.9 -pkgrel=0 +pkgrel=1 pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc" url="http://mhash.sourceforge.net/" arch="all" @@ -37,6 +37,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="f91c74f9ccab2b574a98be5bc31eb280 mhash-0.9.9.9.tar.bz2" |