summaryrefslogtreecommitdiffstats
path: root/main/gnome-bluetooth
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 17:57:02 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 17:57:02 -0500
commita0c1f48eae48301430f239d4b1f44e3da2fc464e (patch)
treee284e138459aba2b5de731720a38e1fa0b159e64 /main/gnome-bluetooth
parentecccd95a547b38cbfc014208d007f94ba9973571 (diff)
downloadaports-a0c1f48eae48301430f239d4b1f44e3da2fc464e.tar.bz2
aports-a0c1f48eae48301430f239d4b1f44e3da2fc464e.tar.xz
main/gnome-bluetooth: remove *.la files
Diffstat (limited to 'main/gnome-bluetooth')
-rw-r--r--main/gnome-bluetooth/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD
index 721b4ae2b..72e3f960b 100644
--- a/main/gnome-bluetooth/APKBUILD
+++ b/main/gnome-bluetooth/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnome-bluetooth
pkgver=2.32.0
-pkgrel=1
+pkgrel=2
pkgdesc="The GNOME Bluetooth Subsystem"
url="http://live.gnome.org/GnomeBluetooth"
arch="all"
@@ -46,6 +46,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
install -m644 -D "$srcdir/61-gnome-bluetooth-rfkill.rules" \
"$pkgdir/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules"
}