From 2a2b2b12e465051584700ea9028166af36290ed5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 30 Jun 2011 11:23:58 +0000 Subject: main/orbit2: remove *.la --- main/orbit2/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main/orbit2') diff --git a/main/orbit2/APKBUILD b/main/orbit2/APKBUILD index bcb62da22..fdd11204b 100644 --- a/main/orbit2/APKBUILD +++ b/main/orbit2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock -# Maintainer: +# Maintainer: Natanael Copa pkgname=orbit2 pkgver=2.14.19 -pkgrel=0 +pkgrel=1 pkgdesc="CORBA implementation for GNOME" url="http://projects.gnome.org/ORBit2" arch="all" @@ -34,6 +34,8 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la \ + "$pkgdir"/usr/lib/orbit*/*.la } md5sums="7082d317a9573ab338302243082d10d1 ORBit2-2.14.19.tar.bz2" -- cgit v1.2.3