diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:08:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:08:33 +0000 |
commit | 33f77d2b38a895cde4f23527a2fbd87a71dcbf52 (patch) | |
tree | 005fb29abe8f82f93b94f5b3350c3adcf78a2da2 /testing/usbip | |
parent | 32b3d20247d353b522e21a35670d2c2823583647 (diff) | |
download | aports-33f77d2b38a895cde4f23527a2fbd87a71dcbf52.tar.bz2 aports-33f77d2b38a895cde4f23527a2fbd87a71dcbf52.tar.xz |
testing/usbip: remove *.la
Diffstat (limited to 'testing/usbip')
-rw-r--r-- | testing/usbip/APKBUILD | 3 |
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" |