summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 07:40:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 07:40:41 +0000
commit32b3d20247d353b522e21a35670d2c2823583647 (patch)
treee8453237bb51fef68773fc8733c8bca4202cd2ad /testing
parent88d058ed88cc177adeb855d688f543e29e93de7f (diff)
downloadaports-32b3d20247d353b522e21a35670d2c2823583647.tar.bz2
aports-32b3d20247d353b522e21a35670d2c2823583647.tar.xz
testing/vde2: remove *.la
Diffstat (limited to 'testing')
-rw-r--r--testing/vde2/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/vde2/APKBUILD b/testing/vde2/APKBUILD
index 68600f9c6..195469cf0 100644
--- a/testing/vde2/APKBUILD
+++ b/testing/vde2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
pkgname=vde2
pkgver=2.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="VDE: Virtual Distributed Ethernet. User mode networking for QEMU, UML, etc."
url="http://vde.sf.net"
arch="all"
@@ -22,7 +22,8 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="c8c2acb92a72f779e0b484b1543a1cc3 vde2-2.3.1.tar.gz"