summaryrefslogtreecommitdiffstats
path: root/main/glade3/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/glade3/APKBUILD')
-rw-r--r--main/glade3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/glade3/APKBUILD b/main/glade3/APKBUILD
index 2d8a63cb1..9157a6c07 100644
--- a/main/glade3/APKBUILD
+++ b/main/glade3/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glade3
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="a RAD tool to enable quick & easy development of user interfaces for GTK+"
url="http://glade.gnome.org/"
arch="all"
@@ -29,7 +29,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
- find "$pkgdir" -name '*.la' -delete
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="42f8b2dd01b9bfb8860bb3a5d978e1a2 glade3-3.8.0.tar.bz2"