[arch-commits] Commit in spamassassin/trunk (PKGBUILD spamassassin.install)

Florian Pritz bluewind at archlinux.org
Wed Aug 29 09:52:02 UTC 2012


    Date: Wednesday, August 29, 2012 @ 05:52:02
  Author: bluewind
Revision: 165692

upgpkg: spamassassin 3.3.2-5

fix FS#31326

Modified:
  spamassassin/trunk/PKGBUILD
  spamassassin/trunk/spamassassin.install

----------------------+
 PKGBUILD             |    2 +-
 spamassassin.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-29 09:27:22 UTC (rev 165691)
+++ PKGBUILD	2012-08-29 09:52:02 UTC (rev 165692)
@@ -3,7 +3,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A mail filter to identify spam."
 arch=('i686' 'x86_64')
 license=('APACHE')

Modified: spamassassin.install
===================================================================
--- spamassassin.install	2012-08-29 09:27:22 UTC (rev 165691)
+++ spamassassin.install	2012-08-29 09:52:02 UTC (rev 165692)
@@ -4,7 +4,7 @@
 
 post_upgrade() {
   # Compile rules, if rules have previously been compiled, and it's possible
-  if type re2c &>/dev/null && type sa-compile &>/dev/null && [[ -d /var/lib/spamassassin/compiled ]]
+  if type re2c &>/dev/null && type sa-compile &>/dev/null && [[ -d /var/lib/spamassassin/compiled ]]; then
     echo "Detected compiled rules, running sa-compile..."
     sa-compile > /dev/null 2>&1
 fi




More information about the arch-commits mailing list