]> Creatis software - creaToolsTools.git/commitdiff
#2493 creaToolsTools Feature New Normal - Prepare and Install binary CreaTools...
authordavial <davial@localhost.localdomain>
Thu, 1 Jan 2015 10:08:03 +0000 (11:08 +0100)
committerdavial <davial@localhost.localdomain>
Thu, 1 Jan 2015 10:08:03 +0000 (11:08 +0100)
Linux/installscript
Linux/scripts/CreaTools-compile.sh

index df066e11837fcdbd1b3c11be8c568a7a3b91bd14..9b4bdc081fbcf64502f06fa03d8a6907fb8e3c7e 100755 (executable)
@@ -346,9 +346,9 @@ fi
 if [ `checkVal $command all 3rd 3rd-base` == true ] ; then
     bigDisplay "INSTALL PACKAGES DEPENDENCIES"
     source scripts/CreaTools-configure.sh
-        cd scripts
+    cd scripts
     source ThirdParty-install-Base-Stuff.sh $OperatingSystem
-        cd ..
+    cd ..
     bash scripts/ThirdParty-install.sh
 fi
 
@@ -391,6 +391,8 @@ fi
 # compile creatools
 if [ `checkVal $command all creatools creatools-cmp` == true ] ; then
     bigDisplay "COMPILE CREATOOLS"
+echo "EED installscript compile creatools"
+echo $ETC_BASHRC
     source $ETC_BASHRC
     bash -x scripts/CreaTools-compile.sh
 
index 58f38276c6e30b6f3b792b2325aafafe5c844592..7797dce4d2902446c791d4942b42df4c5d028352 100644 (file)
@@ -69,9 +69,9 @@ fi
    echo $start_point
    echo "------"
 
-if [ ! -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
+if [ ! -f $installPrefixThird/share/creatools/creatools_third_party_library_config.sh ]
 then
- echo missing  $installPrefixThird/share/creatools_third_party_library_config.sh
+ echo missing  $installPrefixThird/share/creatools/creatools_third_party_library_config.sh
    echo
    echo "..ERROR.."
    echo "==================================================="
@@ -101,9 +101,9 @@ fi
 fi
 
 
-if [ ! -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
+if [ ! -f $installPrefixThird/share/creatools/creatools_third_party_library_config.sh ]
 then
- echo missing  $installPrefixThird/share/creatools_third_party_library_config.sh
+ echo missing  $installPrefixThird/share/creatools/creatools_third_party_library_config.sh
    echo
    echo "..ERROR.."
    echo "==================================================="