aboutsummaryrefslogtreecommitdiffstats
path: root/testing/polkit-gnome
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:54:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:54:41 +0000
commit38d18779c451d31a47ed57ba44cc46885cb3dbec (patch)
tree108ab1f53ff880d1f64c829f040eee349e7e6477 /testing/polkit-gnome
parent6d76d3cd4eba4f82ebfd83661c326a2a84cd0f6f (diff)
downloadaports-38d18779c451d31a47ed57ba44cc46885cb3dbec.tar.bz2
aports-38d18779c451d31a47ed57ba44cc46885cb3dbec.tar.xz
testing/polkit-gnome: remove *.la
Diffstat (limited to 'testing/polkit-gnome')
-rw-r--r--testing/polkit-gnome/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/polkit-gnome/APKBUILD b/testing/polkit-gnome/APKBUILD
index 27a8a2ba3b..bf43b19280 100644
--- a/testing/polkit-gnome/APKBUILD
+++ b/testing/polkit-gnome/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=polkit-gnome
pkgver=0.101
-pkgrel=0
+pkgrel=1
pkgdesc="PolicyKit integration for the GNOME desktop"
url="http://www.freedesktop.org/wiki/Software/PolicyKit"
arch="all"
@@ -32,6 +32,7 @@ package() {
cd "$_builddir"
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="da6aaff473ed80f8958fd6f67a59defe polkit-gnome-0.101.tar.bz2"