From b8f50624e49acdbea311a8ae878bce47a4d95392 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 1 Jul 2011 09:39:23 +0000 Subject: main/abiword: remove *.la --- main/abiword/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD index 232a62ab1..7385b64e7 100644 --- a/main/abiword/APKBUILD +++ b/main/abiword/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=abiword pkgver=2.8.6 -pkgrel=4 +pkgrel=5 pkgdesc="A fully-featured word processor" url="http://www.abisource.com" arch="all" @@ -48,7 +48,9 @@ build() { # ="opendocument goffice latex" \ package() { cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/abiword*/plugins/*.la \ + "$pkgdir"/usr/lib/*.la || return 1 } _do_plugin() { -- cgit v1.2.3