git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@160 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e959365260
commit
91d5a76b82
1 changed files with 2 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ function run_install()
|
||||||
|
|
||||||
execute_cmd "cd $installKitPath/paradiseo-moeo" "[6-1] Go in Paradiseo-MOEO dir" $SPY
|
execute_cmd "cd $installKitPath/paradiseo-moeo" "[6-1] Go in Paradiseo-MOEO dir" $SPY
|
||||||
RETURN=$?
|
RETURN=$?
|
||||||
execute_cmd "./autogen.sh --with-EOdir=$installKitPath/paradiseo-eo --with-MOdir=$installKitPath/paradiseo-mo/" "[6-2] Run autogen" $SPY
|
execute_cmd "./autogen.sh --with-EOdir=$installKitPath/paradiseo-eo" "[6-2] Run autogen" $SPY
|
||||||
RETURN=`expr $RETURN + $?`
|
RETURN=`expr $RETURN + $?`
|
||||||
execute_cmd "make" "[6-3] Compile ParadisEO-MOEO" $SPY
|
execute_cmd "make" "[6-3] Compile ParadisEO-MOEO" $SPY
|
||||||
RETURN=`expr $RETURN + $?`
|
RETURN=`expr $RETURN + $?`
|
||||||
|
|
@ -392,7 +392,7 @@ function run_install()
|
||||||
if [ ! $(($RETURN)) = 0 ]
|
if [ ! $(($RETURN)) = 0 ]
|
||||||
then
|
then
|
||||||
echo ''
|
echo ''
|
||||||
echo " --> Error when copying .mpd.conf file"
|
echo " --> Error when copying .mpd.conf file "
|
||||||
echo -e ' \033[40m\033[1;33m### END ### \033[0m '
|
echo -e ' \033[40m\033[1;33m### END ### \033[0m '
|
||||||
return $MPD_COPY_ERROR
|
return $MPD_COPY_ERROR
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue