From 0439196487e09a7475cba70d6ff7fb6721c2ffb2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jun 2011 14:02:08 +0000 Subject: main/libxp: remove *.la --- main/libxp/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/libxp') diff --git a/main/libxp/APKBUILD b/main/libxp/APKBUILD index ff2b4cb9b..616e034f9 100644 --- a/main/libxp/APKBUILD +++ b/main/libxp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=libxp pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="X.Org X11 libXp runtime library" url="http://www.x.org" arch="all" @@ -39,6 +39,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="7ae1d63748e79086bd51a633da1ff1a9 libXp-1.0.1.tar.bz2" -- cgit v1.2.3