mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #362 from jdolan/master
Fix Mac build's resolution of the gamepacks.
This commit is contained in:
commit
4b8453ec36
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ all: install bundle
|
||||||
|
|
||||||
install: -pre-install -gtk-runtime
|
install: -pre-install -gtk-runtime
|
||||||
cp -r $(INSTALL) $(RESOURCES)
|
cp -r $(INSTALL) $(RESOURCES)
|
||||||
rm -rf `find $(INSTDIR)/installs -type d -name .svn`
|
rm -rf `find $(INSTALL)/installs -type d -name .svn`
|
||||||
|
|
||||||
bundle:
|
bundle:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue