aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:20:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:20:47 +0000
commit4aabe39a9fa8aa8699e0dbad044352b228be19c4 (patch)
treed94c028bef3e4ecaf52560c8c8117e171a40ce17 /testing
parent987bb28561d811ba2a1a14cfba933c6f897388da (diff)
downloadaports-4aabe39a9fa8aa8699e0dbad044352b228be19c4.tar.bz2
aports-4aabe39a9fa8aa8699e0dbad044352b228be19c4.tar.xz
testing/glade: remove *.la
Diffstat (limited to 'testing')
-rw-r--r--testing/glade/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/glade/APKBUILD b/testing/glade/APKBUILD
index a2d2391370..e30addc1cf 100644
--- a/testing/glade/APKBUILD
+++ b/testing/glade/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glade
pkgver=3.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="User Interface Designer for GTK+ and GNOME"
url="http://glade.gnome.org/"
arch="all"
@@ -28,7 +28,8 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="70c61582bdc6e9a852b29f3d172ddd4e glade-3.10.0.tar.bz2"