[Erp5-report] r43232 luke - /erp5/trunk/buildout/software-profiles/postfix.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 9 11:49:18 CET 2011
Author: luke
Date: Wed Feb 9 11:49:17 2011
New Revision: 43232
URL: http://svn.erp5.org?rev=43232&view=rev
Log:
- simplify package cretaion
Modified:
erp5/trunk/buildout/software-profiles/postfix.cfg
Modified: erp5/trunk/buildout/software-profiles/postfix.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/postfix.cfg?rev=43232&r1=43231&r2=43232&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] Wed Feb 9 11:49:17 2011
@@ -21,4 +21,4 @@ location = ${buildout:parts-directory}/$
pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook
configure-command = make
configure-options = makefiles CCARGS='-DUSE_TLS -DHAS_PCRE -DHAS_DB -I${libdb:location}/include -I${pcre:location}/include -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -L${pcre:location}/lib -L${libdb:location}/lib -lssl -lpcre -ldb -lcrypto -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib'
-make-targets = ; /bin/sh postfix-install -non-interactive -package install_root=${:location}
+make-targets = non-interactive-package install_root=${:location}
More information about the Erp5-report
mailing list