mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-09 23:01:43 +00:00
Remove .svn directories from staging dir.
Subversion-branch: /launcher Subversion-revision: 1783
This commit is contained in:
parent
c90664dbe2
commit
f59f22d529
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue