From 57ae2d95abdb44af75ef61c37d1dbd32b52064e4 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 7 Jun 2011 12:17:10 +0000 Subject: [PATCH] fix --- Linux/scripts/installmod.sh | 5 ++++- Linux/scripts/installmodNomake.sh | 9 ++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Linux/scripts/installmod.sh b/Linux/scripts/installmod.sh index 5447c7b..fc13c24 100644 --- a/Linux/scripts/installmod.sh +++ b/Linux/scripts/installmod.sh @@ -2,7 +2,7 @@ # $2 : name of source ex : crea # $3 : generationdir ex : /tmp/myGenerationDir # $4 : installPrefix -cd $3/creatools_bin/$2Bin + echo echo echo @@ -11,6 +11,8 @@ echo $1 echo $2 echo $3 echo $4 + +cd $3/creatools_bin/$2Bin installPrefix=$4 # We install, now @@ -28,6 +30,7 @@ then echo export bb$2_DIR=$installPrefix/lib64/creatools/bb$2 >> $installPrefix/share/creatools_base_library_config.sh fi fi + if [ -e $installPrefix/lib ] then # grouik style patch JPR diff --git a/Linux/scripts/installmodNomake.sh b/Linux/scripts/installmodNomake.sh index cae37ca..389e183 100644 --- a/Linux/scripts/installmodNomake.sh +++ b/Linux/scripts/installmodNomake.sh @@ -2,19 +2,22 @@ # $2 : name of source ex : crea # $3 : generationdir ex : /tmp/myGenerationDir # $4 : installPrefix -cd $3/creatools_bin/$2Bin -echo -echo + # # For installing "bb..." # without "make" # + +echo +echo echo echo "------------------------------------------in installmod-- $2 ------------" echo $1 echo $2 echo $3 echo $4 + +#cd $3/creatools_bin/$2Bin installPrefix=$4 # We install, now -- 2.45.1