From: jean-pierre roux Date: Tue, 14 Jun 2011 15:58:18 +0000 (+0000) Subject: change default generation dir to '~/myDefaultGenerationDir' X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6c33592851e444ba7c0f643581c2fc245ff19614;p=creaToolsTools.git change default generation dir to '~/myDefaultGenerationDir' --- diff --git a/Linux/scripts/compilemod.sh b/Linux/scripts/compilemod.sh index 9020eb9..f644bb4 100644 --- a/Linux/scripts/compilemod.sh +++ b/Linux/scripts/compilemod.sh @@ -1,6 +1,6 @@ # $1 : useless for Linux (Release/Debug) # $2 : name of source ex : crea -# $3 : generationdir ex : /tmp/myGenerationDir +# $3 : generationdir ex : ~/myDefaultGenerationDir cd $3/creatools_bin/$2Bin echo "--------------------------------------in compilemod-- $2 ------------" diff --git a/Linux/scripts/installmod.sh b/Linux/scripts/installmod.sh index fc13c24..bfbe46e 100644 --- a/Linux/scripts/installmod.sh +++ b/Linux/scripts/installmod.sh @@ -1,6 +1,6 @@ # $1 : useless for Linux (Release/Debug) # $2 : name of source ex : crea -# $3 : generationdir ex : /tmp/myGenerationDir +# $3 : generationdir ex : ~/myDefaultGenerationDir # $4 : installPrefix echo diff --git a/Linux/scripts/installmodNomake.sh b/Linux/scripts/installmodNomake.sh index 389e183..4db205f 100644 --- a/Linux/scripts/installmodNomake.sh +++ b/Linux/scripts/installmodNomake.sh @@ -1,6 +1,6 @@ # $1 : useless for Linux (Release/Debug) # $2 : name of source ex : crea -# $3 : generationdir ex : /tmp/myGenerationDir +# $3 : generationdir ex : ~/myDefaultGenerationDir # $4 : installPrefix #