mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
Fix bug (regression?) in Apple Makefile that left .svn turds around, and also broke subsequent scons invocations.
This commit is contained in:
parent
98c4cba5da
commit
4dbf7727c6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ all: install bundle
|
|||
|
||||
install: -pre-install -gtk-runtime
|
||||
cp -r $(INSTALL) $(RESOURCES)
|
||||
rm -rf `find $(INSTALL)/installs -type d -name .svn`
|
||||
rm -rf `find $(RESOURCES)/install -type d -name .svn`
|
||||
|
||||
bundle:
|
||||
|
||||
|
|
Loading…
Reference in a new issue