aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext
diff options
context:
space:
mode:
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 161aa87597..b5f8307027 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() {