Remove .svn directories from staging dir.

Subversion-branch: /launcher
Subversion-revision: 1783
This commit is contained in:
Simon Howard 2010-01-04 21:52:09 +00:00
parent c90664dbe2
commit f59f22d529

View file

@ -26,6 +26,7 @@ $(STAGING_DIR): launcher
cp launcher "$(APP_DIR)/Contents/MacOS/"
# TODO: copy Doom and setup binaries into app dir
# TODO: copy other documentation into staging dir
find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \;
# Launcher build: