Fix bug (regression?) in Apple Makefile that left .svn turds around, and also broke subsequent scons invocations.

This commit is contained in:
Jay Dolan 2017-08-22 08:22:45 -04:00
parent 98c4cba5da
commit 4dbf7727c6

View file

@ -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: