aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgnome/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libgnome/APKBUILD')
-rw-r--r--main/libgnome/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libgnome/APKBUILD b/main/libgnome/APKBUILD
index 174c593aa..67ada29b4 100644
--- a/main/libgnome/APKBUILD
+++ b/main/libgnome/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libgnome
pkgver=2.32.1
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME base library"
url="http://www.gnome.org/"
arch="all"
@@ -38,7 +38,7 @@ package() {
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make DESTDIR="$pkgdir" install || return 1
- rm "$pkgdir"/usr/lib/*.la
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="a4345e6087ae6195d65a4674ffdca559 libgnome-2.32.1.tar.bz2"