]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Default profile can now be generated in a directory whose name is different than...
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 22 Oct 2014 09:50:59 +0000 (11:50 +0200)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 22 Oct 2014 09:50:59 +0000 (11:50 +0200)
src/AppQuickStart/app-quickstart.py

index 51a69056eaf1b7d743ba84a7e2bbaa3e6f061ab9..2a0cabbc1fb269fc5a8ea2b7952dca40f501b1a3 100755 (executable)
@@ -176,7 +176,7 @@ def profileReplaceStrings( src, dst, options ) :
 def profileGenerateSources( options, args ) :
 
     #Set name of several directories
-    app_dir = os.path.join( options.prefix, options.name )
+    app_dir = options.prefix
     app_resources_dir = os.path.join( app_dir, "resources" )
     kernel_root_dir = os.environ["KERNEL_ROOT_DIR"]
     bin_salome_dir = os.path.join( kernel_root_dir, "bin", "salome" )