summaryrefslogtreecommitdiffstats
path: root/main/gnome-panel
diff options
context:
space:
mode:
Diffstat (limited to 'main/gnome-panel')
-rw-r--r--main/gnome-panel/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gnome-panel/APKBUILD b/main/gnome-panel/APKBUILD
index 5986c0db1..0ec9ccf3d 100644
--- a/main/gnome-panel/APKBUILD
+++ b/main/gnome-panel/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-panel
pkgver=2.32.1
-pkgrel=6
+pkgrel=7
pkgdesc="GNOME Panel"
url="http://projects.gnome.org/gnome-panel"
arch="all"
@@ -45,6 +45,7 @@ build() {
package() {
cd "$_builddir"
+ rm "$pkgdir"/usr/lib/*.la
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make DESTDIR="$pkgdir" install || return 1