summaryrefslogtreecommitdiffstats
path: root/testing/e_dbus/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/e_dbus/APKBUILD')
-rw-r--r--testing/e_dbus/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/e_dbus/APKBUILD b/testing/e_dbus/APKBUILD
index 8cde465ec..7548950a2 100644
--- a/testing/e_dbus/APKBUILD
+++ b/testing/e_dbus/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=e_dbus
pkgver=1.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Enlightenment's (Ecore) integration to DBus"
url="http://trac.enlightenment.org/e/wiki/E_Dbus"
arch="all"
@@ -39,6 +39,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="4a3031a41e7e33f843cf104bf84cd4ee e_dbus-1.0.0.tar.gz"