ext/Rakefile in iCuke-0.6.5 vs ext/Rakefile in iCuke-0.6.6

- old
+ new

@@ -1,7 +1,9 @@ task :install do - sh "cd .. && git submodule init" - sh "cd .. && git submodule update" + if File.exist?(File.join('..','.git')) + sh "cd .. && git submodule init" + sh "cd .. && git submodule update" + end sh "cd WaxSim && xcodebuild install DSTROOT=../../ INSTALL_PATH=/ext/bin" sh "cd iCuke && rake" end task :clean do