summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/obexftp/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/obexftp/APKBUILD b/testing/obexftp/APKBUILD
index 965f8d307..49715ff1a 100644
--- a/testing/obexftp/APKBUILD
+++ b/testing/obexftp/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=obexftp
pkgver=0.23
-pkgrel=2
+pkgrel=3
pkgdesc="A tool for transfer files to/from any OBEX enabled device"
url="http://openobex.triq.net/obexftp/obexftp"
arch="all"
@@ -38,6 +38,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
libobexftp() {