aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdk-pixbuf
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-05-13 16:12:38 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-05-13 16:12:38 -0500
commit17f8385a6b98072c9867c817cd1049ec82df95fe (patch)
treef25a96a620b9466d2a9d178f04d6987b89c0421d /main/gdk-pixbuf
parent2e13ceb9354f779541a2ff10953bf0fbc3a20853 (diff)
downloadaports-17f8385a6b98072c9867c817cd1049ec82df95fe.tar.bz2
aports-17f8385a6b98072c9867c817cd1049ec82df95fe.tar.xz
main/gdk-pixbuf: don't remove libtool archives
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r--main/gdk-pixbuf/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD
index bebcecf5ec..bee0c85eac 100644
--- a/main/gdk-pixbuf/APKBUILD
+++ b/main/gdk-pixbuf/APKBUILD
@@ -39,7 +39,6 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
- rm -f "$pkgdir"/usr/lib/*.la
}
doc() {