From 33f77d2b38a895cde4f23527a2fbd87a71dcbf52 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jun 2011 09:08:33 +0000 Subject: testing/usbip: remove *.la --- testing/usbip/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/usbip') 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 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" -- cgit v1.2.3