diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 11:04:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 11:04:01 +0000 |
commit | 8bef45957978919a195778b1eeeb6191c8a58455 (patch) | |
tree | 648e3d5306da3c1c843533ccef56ad6144687b75 /testing | |
parent | 81fa91d64c3441920fe5aec947a3ffe6b63aeac7 (diff) | |
download | aports-8bef45957978919a195778b1eeeb6191c8a58455.tar.bz2 aports-8bef45957978919a195778b1eeeb6191c8a58455.tar.xz |
testing/gnokii: remove *.la
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gnokii/APKBUILD | 3 |
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() { |