aboutsummaryrefslogtreecommitdiffstats
path: root/main/dbus
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-01 09:40:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-01 09:40:37 +0000
commit340fce60bfbecbbd0373c1dd972800e1ebf90079 (patch)
tree9f08da94ea10cfff1d2f5dd0e1c5ab628511dc2d /main/dbus
parentb8f50624e49acdbea311a8ae878bce47a4d95392 (diff)
downloadaports-340fce60bfbecbbd0373c1dd972800e1ebf90079.tar.bz2
aports-340fce60bfbecbbd0373c1dd972800e1ebf90079.tar.xz
main/dbus: remove *.la
Diffstat (limited to 'main/dbus')
-rw-r--r--main/dbus/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/dbus/APKBUILD b/main/dbus/APKBUILD
index c0937f6784..4b01961559 100644
--- a/main/dbus/APKBUILD
+++ b/main/dbus/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dbus
pkgver=1.4.8
-pkgrel=0
+pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="http://www.freedesktop.org/Software/dbus"
pkggroups="messagebus"
@@ -37,7 +37,8 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
- make -j1 DESTDIR="$pkgdir" install
+ make -j1 DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
install -Dm755 "$srcdir"/dbus.initd "$pkgdir"/etc/init.d/dbus
}
md5sums="e30253e15f0f4e6c5ee9e6f0eba5046c dbus-1.4.8.tar.gz