Merge pull request #362 from jdolan/master

Fix Mac build's resolution of the gamepacks.
This commit is contained in:
Timothee "TTimo" Besset 2016-08-13 10:35:25 -06:00 committed by GitHub
commit 4b8453ec36
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ all: install bundle
install: -pre-install -gtk-runtime
cp -r $(INSTALL) $(RESOURCES)
rm -rf `find $(INSTDIR)/installs -type d -name .svn`
rm -rf `find $(INSTALL)/installs -type d -name .svn`
bundle: