[Erp5-report] r33010 luke - /erp5/trunk/buildout/templates/oood-runserw.in

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 23 13:02:16 CET 2010


Author: luke
Date: Tue Feb 23 13:02:15 2010
New Revision: 33010

URL: http://svn.erp5.org?rev=33010&view=rev
Log:
 - allow to find uno while operating of oood

Theoretically uno path can be found by configuration file, by oood works much
better if PYTHONPATH gives uno.

Modified:
    erp5/trunk/buildout/templates/oood-runserw.in

Modified: erp5/trunk/buildout/templates/oood-runserw.in
URL: http://svn.erp5.org/erp5/trunk/buildout/templates/oood-runserw.in?rev=33010&r1=33009&r2=33010&view=diff
==============================================================================
--- erp5/trunk/buildout/templates/oood-runserw.in [utf8] (original)
+++ erp5/trunk/buildout/templates/oood-runserw.in [utf8] Tue Feb 23 13:02:15 2010
@@ -1,2 +1,2 @@
 #!/bin/sh
-cd ${buildout:etc-directory} && ${configuration:openoffice_python} ${software_definition:oood_software}/runserw.py $@
+PYTHONPATH=${configuration:openoffice_uno} ${configuration:openoffice_python} ${software_definition:oood_software}/runserw.py $@




More information about the Erp5-report mailing list