summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libcroco/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libcroco/APKBUILD b/main/libcroco/APKBUILD
index 0e748f99b..3fcb647a8 100644
--- a/main/libcroco/APKBUILD
+++ b/main/libcroco/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libcroco
pkgver=0.6.2
-pkgrel=4
+pkgrel=5
pkgdesc="GNOME CSS2 parsing and manipulation toolkit"
url="http://www.gnome.org"
arch="all"
@@ -23,5 +23,6 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="1429c597aa4b75fc610ab3a542c99209 libcroco-0.6.2.tar.bz2"