From 6d76d3cd4eba4f82ebfd83661c326a2a84cd0f6f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jun 2011 09:53:13 +0000 Subject: testing/protobuf: remove *.la --- testing/protobuf/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/protobuf/APKBUILD b/testing/protobuf/APKBUILD index 3e374bbe48..28e07fa972 100644 --- a/testing/protobuf/APKBUILD +++ b/testing/protobuf/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kiyoshi Aman -# Maintainer: +# Maintainer: Natanael Copa pkgname=protobuf pkgver=2.4.0a -pkgrel=1 +pkgrel=2 pkgdesc="Library for extensible, efficient structure packing" url="http://code.google.com/p/protobuf/" arch="all" @@ -40,6 +40,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } py() { -- cgit v1.2.3