diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:48:15 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:48:15 -0500 |
commit | 3b865a46c382e68bfab022669e09136b0a05c3cb (patch) | |
tree | 7e25e8a259e78fdf58036d5ee28ed9bdffa29584 /main | |
parent | ac34e38edb1848457c677719d7e5115a1112a385 (diff) | |
download | aports-3b865a46c382e68bfab022669e09136b0a05c3cb.tar.bz2 aports-3b865a46c382e68bfab022669e09136b0a05c3cb.tar.xz |
main/gdk-pixbuf: remove .la files
Diffstat (limited to 'main')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index 25779f4a50..1643de1fd5 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdk-pixbuf pkgver=2.22.1 -pkgrel=2 +pkgrel=3 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" arch="all" @@ -39,6 +39,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install + rm "$pkgdir"/usr/lib/*.la } doc() { |