aboutsummaryrefslogtreecommitdiffstats
path: root/testing/usbip/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/usbip/APKBUILD')
-rw-r--r--testing/usbip/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/usbip/APKBUILD b/testing/usbip/APKBUILD
index 3814e71ad2..846a62f3c8 100644
--- a/testing/usbip/APKBUILD
+++ b/testing/usbip/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=usbip
pkgver=0.1.7
-pkgrel=0
+pkgrel=1
pkgdesc="A general USB device sharing system over IP network"
url="http://usbip.sourceforge.net/"
arch="all"
@@ -24,6 +24,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="d1094b6d4449787864f8be001639232c usbip-0.1.7.tar.gz"