aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2012-01-08 22:55:58 +0000
committerAndrew Manison <amanison@anselsystems.com>2012-01-08 22:55:58 +0000
commitbec50a26c4408d7ca383fbc660e93b654528d8ab (patch)
tree06e3958c1cb826e7c9a9c81941f30879f15b58d0
parent991f42a89b85ae8de4537f2494fceca26ef1d71a (diff)
testing/dspam: Build fix to remove libtool archives before package split
-rw-r--r--testing/dspam/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/dspam/APKBUILD b/testing/dspam/APKBUILD
index abd18355838..2b17cacb3fa 100644
--- a/testing/dspam/APKBUILD
+++ b/testing/dspam/APKBUILD
@@ -2,7 +2,7 @@
pkgname=dspam
pkgver=3.9.1_rc1
_ver=3.9.1-RC1
-pkgrel=0
+pkgrel=1
pkgdesc="A statistical-algorithmic hybrid anti-spam filter"
url="http://dspam.nuclearelephant.com/"
pkgusers="dspam"
@@ -51,7 +51,8 @@ package() {
make install DESTDIR="$pkgdir"
install -Dm755 "$srcdir"/dspam.initd "$pkgdir"/etc/init.d/dspam
install -Dm644 "$srcdir"/dspam.logrotate "$pkgdir"/etc/logrotate.d/dspam
-
+ rm "$pkgdir"/usr/lib/*.la
+ rm "$pkgdir"/usr/lib/dspam/*.la
}
pgsql() {