aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {