|
From: Vincent T. <vin...@gm...> - 2012-04-01 11:06:13
|
hey On Sun, Apr 1, 2012 at 12:54 PM, Kim Shinwoo <kim...@gm...> wrote: > Dear Mr. Vincent Torri, Hello. > > I have something to do to follow your steps. > Before do that, I got error messages as below. > > Getting Evil... done > . /efl_installer.sh: line 119: cd: evil_svn: No such file or directory strange. Well, line 111, you have that: svn co http://svn.enlightenment.org/svn/e/trunk/${efl_dir} ${efl_dir}_svn > /dev/null 2>&1 || _sucess="no" Replace it by svn co http://svn.enlightenment.org/svn/e/trunk/${efl_dir} ${efl_dir}_svn You'll see then what the problem is, I think. thanks for trying Vincent |