summaryrefslogtreecommitdiffstats
path: root/main/gdk-pixbuf
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 19:48:15 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 19:48:15 -0500
commit3b865a46c382e68bfab022669e09136b0a05c3cb (patch)
tree7e25e8a259e78fdf58036d5ee28ed9bdffa29584 /main/gdk-pixbuf
parentac34e38edb1848457c677719d7e5115a1112a385 (diff)
downloadaports-3b865a46c382e68bfab022669e09136b0a05c3cb.tar.bz2
aports-3b865a46c382e68bfab022669e09136b0a05c3cb.tar.xz
main/gdk-pixbuf: remove .la files
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r--main/gdk-pixbuf/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD
index 25779f4a5..1643de1fd 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() {