]> Creatis software - creaToolsTools.git/commitdiff
change default generation dir
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 6 May 2011 14:56:29 +0000 (14:56 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 6 May 2011 14:56:29 +0000 (14:56 +0000)
Linux/menu.sh

index 4326d714ea40a4fed7ccc7d70216047ed05204bb..aa640b080355618ab8f9d9bcb4783c8da8fa30ab 100644 (file)
@@ -154,11 +154,11 @@ do
         echo   
 
         # ------------------
-        echo "Name of the Generation Directory (default is /tmp/myGenerationDir)"
+        echo "Name of the Generation Directory (default is ~/creaToolsGenerationDir)"
         read generationdir
         if [ "$generationdir" = "" ]
         then
-           generationdir="/tmp/myGenerationDir"
+           generationdir="~/creaToolsGenerationDir"
         fi
         echo "you said : [" $generationdir "]"
 
@@ -514,7 +514,7 @@ do
             
      if [ -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
      then
-        echo  $installPrefixThird/share/creatools_third_party_library_config.sh
+        echo  "Third party config file : " $installPrefixThird/share/creatools_third_party_library_config.sh
        echo  ------
        more $installPrefixThird/share/creatools_third_party_library_config.sh
        echo  ------
@@ -524,7 +524,7 @@ do
      
      if [ -f $installPrefix/share/creatools_base_library_config.sh ]
      then
-        echo  $installPrefix/share/creatools_base_library_config.sh
+        echo  "Creatools base library config file : " $installPrefix/share/creatools_base_library_config.sh
        echo  ------ 
        more $installPrefix/share/creatools_base_library_config.sh
        echo  ------ 
@@ -532,9 +532,10 @@ do
         echo "installPrefix ... " $installPrefix
      fi 
      echo  ------
-        echo "VTK_DIR  : " $VTK_DIR
-        echo "ITK_DIR  : " $ITK_DIR
-        echo "GDCM_DIR : " $GDCM_DIR
+        echo "VTK_DIR  :                 " $VTK_DIR
+        echo "ITK_DIR  :                 " $ITK_DIR
+        echo "GDCM_DIR :                 " $GDCM_DIR
+       echo
         echo "crea_DIR :                 " $crea_DIR
         echo "BBTK_DIR :                 " $BBTK_DIR
         echo "creaMaracasVisu_DIR :      " $creaMaracasVisu_DIR