OSDN Git Service

Ticket: #34969 v2.2.14p0123
author安永卓生 <tacyas@yasunagatakuo-no-MacBook-Air.local>
Sun, 8 Mar 2015 06:37:39 +0000 (15:37 +0900)
committer安永卓生 <tacyas@yasunagatakuo-no-MacBook-Air.local>
Sun, 8 Mar 2015 06:37:39 +0000 (15:37 +0900)
modified:   ../env/install-eos.sh
for easy installation

env/install-eos.sh

index d773dc1..21d0fd7 100755 (executable)
@@ -43,4 +43,7 @@ if [ ! -f $HOME/.Eos_env ] ; then
        ln -sf $EOS_HOME0/env/Eos_env $HOME/.Eos_env 
 fi
 source ~/.Eos_env
-cd $EOS_HOME; cd hostdepend; git clone --depth 1 git://git.sourceforge.jp/gitroot/eos/hostdepend${EOS_HOSTDIR}.git ${EOS_HOSTDIR}
+
+if [ -d $EOS_HOME/hostdpend ] ; then
+       cd $EOS_HOME/hostdepend; git clone --depth 1 git://git.sourceforge.jp/gitroot/eos/hostdepend${EOS_HOSTDIR}.git ${EOS_HOSTDIR}
+fi