From: jean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Date: Fri, 21 Jan 2011 12:57:17 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~24
X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=77370692aaa700aee8832bda481f4cb3419faf52;p=creaToolsTools.git

*** empty log message ***
---

diff --git a/Linux/scripts/ThirdParty-install.sh b/Linux/scripts/ThirdParty-install.sh
index 2578c87..9df53a4 100644
--- a/Linux/scripts/ThirdParty-install.sh
+++ b/Linux/scripts/ThirdParty-install.sh
@@ -45,6 +45,7 @@ binDir=$generationdir/thirdparty_bin
 if [ ! -e $generationdir ]
 then
    mkdir $generationdir
+   chown $loginUserName:$loginGroupName $generationdir
    mkdir $sourcesDir
    mkdir $binDir
 fi
@@ -155,6 +156,7 @@ then
   dirInstall=$binDir/$libname-Bin
   dirInstallVTK=$dirInstall
   export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
+  mkdir $dirInstall
   cd $dirInstall
  
   cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/