From aa0681e0ef3095b57c148f95bb3643c48da950b7 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 29 Jun 2011 18:42:36 -0500 Subject: main/gettext: remove *.la files --- main/gettext/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/gettext/APKBUILD') 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 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() { -- cgit v1.2.3