diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-28 20:24:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 07:33:02 +0000 |
commit | a27df9d9787fbe1a6f22baf7e92a4a0007104384 (patch) | |
tree | fbc102170870749267b6b08e5d6a30cff4fe30f1 /testing | |
parent | 1572eb2d478343d44fa1795dd4f581f61134d045 (diff) | |
download | aports-a27df9d9787fbe1a6f22baf7e92a4a0007104384.tar.bz2 aports-a27df9d9787fbe1a6f22baf7e92a4a0007104384.tar.xz |
testing/zeromq: delete libtool archives
Diffstat (limited to 'testing')
-rw-r--r-- | testing/zeromq/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/zeromq/APKBUILD b/testing/zeromq/APKBUILD index 07881afb5c..99b679aeeb 100644 --- a/testing/zeromq/APKBUILD +++ b/testing/zeromq/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zeromq pkgver=2.1.7 -pkgrel=0 +pkgrel=1 pkgdesc="The ZeroMQ messaging library and tools" url="http://www.zeromq.org/" arch="all" @@ -32,6 +32,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install + rm -f "$pkgdir"/usr/lib/*.la } libzmq() { |