diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 18:42:36 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 18:42:36 -0500 |
commit | aa0681e0ef3095b57c148f95bb3643c48da950b7 (patch) | |
tree | 62dcc9e22b2e73ba51911dd1ca634aa44bcf8e28 /main/gettext | |
parent | f4905c8612b54ceee0222b6112e714b98d31f759 (diff) | |
download | aports-aa0681e0ef3095b57c148f95bb3643c48da950b7.tar.bz2 aports-aa0681e0ef3095b57c148f95bb3643c48da950b7.tar.xz |
main/gettext: remove *.la files
Diffstat (limited to 'main/gettext')
-rw-r--r-- | main/gettext/APKBUILD | 3 |
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() { |