From: prascle Date: Thu, 16 Nov 2006 10:39:27 +0000 (+0000) Subject: PR: allow an easy first application install with minimal modifications X-Git-Tag: V3_2_3pre4~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7c27331d5fc2faeac3c6fa079cee0934153d1390;p=modules%2Fkernel.git PR: allow an easy first application install with minimal modifications --- diff --git a/bin/config_appli.xml b/bin/config_appli.xml index bd7799353..701c4999c 100644 --- a/bin/config_appli.xml +++ b/bin/config_appli.xml @@ -1,20 +1,20 @@ - + - - - - - - - - - - + + + + + + + + + + - + diff --git a/bin/virtual_salome.py b/bin/virtual_salome.py index a8692b710..b47654d3f 100644 --- a/bin/virtual_salome.py +++ b/bin/virtual_salome.py @@ -93,7 +93,7 @@ def link_module(options): print "Option module is mandatory" return - module_dir=options.module + module_dir=os.path.abspath(options.module) if not os.path.exists(module_dir): print "Module %s does not exist" % module_dir return