[arch-commits] Commit in imap/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Dec 28 05:23:01 UTC 2012


    Date: Friday, December 28, 2012 @ 00:23:00
  Author: pierre
Revision: 173921

upgpkg: imap 2007f-2

rebuild of old package

Modified:
  imap/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-28 05:07:27 UTC (rev 173920)
+++ PKGBUILD	2012-12-28 05:23:00 UTC (rev 173921)
@@ -2,7 +2,7 @@
 
 pkgname=imap
 pkgver=2007f
-pkgrel=1
+pkgrel=2
 pkgdesc="An IMAP/POP server"
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -29,8 +29,8 @@
   # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
 
   if [ "$CARCH" == "x86_64" ]; then
-         yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix EXTRACFLAGS="${CFLAGS} -fPIC" || return 1
-    else yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix || return 1
+         yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix EXTRACFLAGS="${CFLAGS} -fPIC"
+    else yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix
   fi
 
   # create ssl certs for secure imap




More information about the arch-commits mailing list