From: 安永卓生 Date: Sun, 8 Mar 2015 06:37:39 +0000 (+0900) Subject: Ticket: #34969 X-Git-Tag: v2.3.65p0294~140 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b7f6b70ff0529130a6a346673f492827128cc924;p=eos%2Fbase.git Ticket: #34969 modified: ../env/install-eos.sh for easy installation --- diff --git a/env/install-eos.sh b/env/install-eos.sh index d773dc141c..21d0fd7489 100755 --- a/env/install-eos.sh +++ b/env/install-eos.sh @@ -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