diff options
Diffstat (limited to 'main/libgnome')
-rw-r--r-- | main/libgnome/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libgnome/APKBUILD b/main/libgnome/APKBUILD index a38eab8649..174c593aad 100644 --- a/main/libgnome/APKBUILD +++ b/main/libgnome/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=libgnome pkgver=2.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME base library" url="http://www.gnome.org/" arch="all" @@ -38,6 +38,7 @@ package() { export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="a4345e6087ae6195d65a4674ffdca559 libgnome-2.32.1.tar.bz2" |