summaryrefslogtreecommitdiffstats
path: root/main/gettext
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 18:42:36 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 18:42:36 -0500
commitaa0681e0ef3095b57c148f95bb3643c48da950b7 (patch)
tree62dcc9e22b2e73ba51911dd1ca634aa44bcf8e28 /main/gettext
parentf4905c8612b54ceee0222b6112e714b98d31f759 (diff)
downloadaports-aa0681e0ef3095b57c148f95bb3643c48da950b7.tar.bz2
aports-aa0681e0ef3095b57c148f95bb3643c48da950b7.tar.xz
main/gettext: remove *.la files
Diffstat (limited to 'main/gettext')
-rw-r--r--main/gettext/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index 161aa8759..b5f830702 100644
--- a/main/gettext/APKBUILD
+++ b/main/gettext/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gettext
pkgver=0.18.1.1
-pkgrel=5
+pkgrel=6
pkgdesc="GNU locale utilities"
url="http://www.gnu.org/software/gettext/gettext.html"
arch="all"
@@ -41,6 +41,7 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir/" install
+ rm "$pkgdir"/usr/lib/*.la
}
libintl() {