diff --git a/tags/paradiseo-1.1/installParadiseo.sh b/tags/paradiseo-1.1/installParadiseo.sh index 83b347ce1..8d824f3a2 100755 --- a/tags/paradiseo-1.1/installParadiseo.sh +++ b/tags/paradiseo-1.1/installParadiseo.sh @@ -460,7 +460,6 @@ function run_install_step() RETURN=`expr $RETURN + $LAST_RETURN` fi - execute_cmd "make install" "[$currentStepCounter-4] Make install of ParadisEO-MO" $SPY RETURN=`expr $RETURN + $?` fi @@ -507,9 +506,6 @@ function run_install_step() RETURN=`expr $RETURN + $?` fi - # Make link with the install.cmake (at the top level) - #execute_cmd "ln -s $installKitPath/install.cmake $installKitPath/paradiseo-moeo/install.cmake" "[$currentStepCounter-5] Create link to install.cmake for MOEO" $SPY - if [ ! $(($RETURN)) = 0 ] then echo '' @@ -808,13 +804,8 @@ function run_install_step() then RETURN=`expr $RETURN + $LAST_RETURN` fi - execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-PEO " $SPY - RETURN=`expr $RETURN + $?` - fi - - # Make link with the install.cmake (at the top level) - #execute_cmd "ln -s $installKitPath/install.cmake $installKitPath/paradiseo-peo/install.cmake" "[$currentStepCounter-5] Create link to install.cmake for PEO" $SPY - + fi + if [ ! $(($RETURN)) = 0 ] then echo ''