make linux template work correctly

This commit is contained in:
minggo 2012-01-12 20:20:09 +08:00
parent bd5ff14e45
commit 813342fb83
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ move_eclipse_configures_into(){
sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.project sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.project
sed -i "s:\.\./\.\./\.\./:$COCOS2DX_ROOT:;s:helloworld:$APP_NAME:" $APP_DIR/Linux/.cproject sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.cproject
} }
move_files_into_linux move_files_into_linux