From 6c33592851e444ba7c0f643581c2fc245ff19614 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 14 Jun 2011 15:58:18 +0000 Subject: [PATCH] change default generation dir to '~/myDefaultGenerationDir' --- Linux/scripts/compilemod.sh | 2 +- Linux/scripts/installmod.sh | 2 +- Linux/scripts/installmodNomake.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 # -- 2.45.1