aboutsummaryrefslogtreecommitdiffstats
path: root/main/enchant
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2011-08-15 06:36:28 +0000
committerLeonardo Arena <rnalrd@gmail.com>2011-08-15 06:36:28 +0000
commitef8592fe813bd377b5da59e9e2c4ad9ea9a45eb4 (patch)
tree1788cb07be2af966e6f321e8dc4ec769baeba964 /main/enchant
parent87ede1fb943640986b4cfd749858540b3e5e1f46 (diff)
downloadaports-ef8592fe813bd377b5da59e9e2c4ad9ea9a45eb4.tar.bz2
aports-ef8592fe813bd377b5da59e9e2c4ad9ea9a45eb4.tar.xz
main/enchant: remove *.la files completely
Diffstat (limited to 'main/enchant')
-rw-r--r--main/enchant/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/enchant/APKBUILD b/main/enchant/APKBUILD
index 9c22931e8f..d1b832aefa 100644
--- a/main/enchant/APKBUILD
+++ b/main/enchant/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=enchant
pkgver=1.6.0
-pkgrel=5
+pkgrel=6
pkgdesc="A wrapper library for generic spell checking"
url="http://www.abisource.com/enchant/"
arch="all"
@@ -21,6 +21,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
- rm "$pkgdir"/usr/lib/*.la
+ #rm "$pkgdir"/usr/lib/*.la
+ find "$pkgdir" -iname *.la -delete
}
md5sums="de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz"