[Lunar-commits] r26609 - moonbase/trunk/mail/dovecot
Moritz Heiber
moe at lunar-linux.org
Sun Nov 4 23:58:34 CET 2007
Author: moe
Date: 2007-11-04 23:58:34 +0100 (Sun, 04 Nov 2007)
New Revision: 26609
Modified:
moonbase/trunk/mail/dovecot/BUILD
Log:
This should make things easier
Modified: moonbase/trunk/mail/dovecot/BUILD
===================================================================
--- moonbase/trunk/mail/dovecot/BUILD 2007-11-04 22:34:09 UTC (rev 26608)
+++ moonbase/trunk/mail/dovecot/BUILD 2007-11-04 22:58:34 UTC (rev 26609)
@@ -2,12 +2,14 @@
OPTS="$OPTS --with-ssl=openssl"
- add_priv_user dovecot:dovecot
+ add_priv_user dovecot:dovecot &&
if [ "$DISABLE_POP3" == "y" ]; then
OPTS="$OPTS --without-pop3d"
- fi
+ fi &&
- default_build
+ default_build &&
+ gather_docs doc/mkcert.sh doc/dovecot-openssl.cnf
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list