aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:04:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:04:01 +0000
commit8bef45957978919a195778b1eeeb6191c8a58455 (patch)
tree648e3d5306da3c1c843533ccef56ad6144687b75 /testing
parent81fa91d64c3441920fe5aec947a3ffe6b63aeac7 (diff)
downloadaports-8bef45957978919a195778b1eeeb6191c8a58455.tar.bz2
aports-8bef45957978919a195778b1eeeb6191c8a58455.tar.xz
testing/gnokii: remove *.la
Diffstat (limited to 'testing')
-rw-r--r--testing/gnokii/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gnokii/APKBUILD b/testing/gnokii/APKBUILD
index 203399ea0f..8691b7a138 100644
--- a/testing/gnokii/APKBUILD
+++ b/testing/gnokii/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnokii
pkgver=0.6.30
-pkgrel=2
+pkgrel=3
pkgdesc="Tools and user space driver for use with mobile phones"
url="http://www.gnokii.org/"
arch="all"
@@ -37,6 +37,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
libs() {