mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-13 00:24:38 +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/"
|
cp launcher "$(APP_DIR)/Contents/MacOS/"
|
||||||
# TODO: copy Doom and setup binaries into app dir
|
# TODO: copy Doom and setup binaries into app dir
|
||||||
# TODO: copy other documentation into staging dir
|
# TODO: copy other documentation into staging dir
|
||||||
|
find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \;
|
||||||
|
|
||||||
# Launcher build:
|
# Launcher build:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue