From b10270ecae31cfef9b68c12437e86113c24685ef Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 30 Jun 2011 12:08:03 +0000 Subject: main/libgnome: remove all *.la --- main/libgnome/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/libgnome/APKBUILD') diff --git a/main/libgnome/APKBUILD b/main/libgnome/APKBUILD index 174c593aad..67ada29b48 100644 --- a/main/libgnome/APKBUILD +++ b/main/libgnome/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock -# Maintainer: +# Maintainer: Natanael Copa pkgname=libgnome pkgver=2.32.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME base library" url="http://www.gnome.org/" arch="all" @@ -38,7 +38,7 @@ package() { export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make DESTDIR="$pkgdir" install || return 1 - rm "$pkgdir"/usr/lib/*.la + find "$pkgdir" -name '*.la' -delete } md5sums="a4345e6087ae6195d65a4674ffdca559 libgnome-2.32.1.tar.bz2" -- cgit v1.2.3