mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-09 23:01:55 +00:00
Fix Mac build's resolution of the gamepacks.
This commit is contained in:
parent
282c13d5ed
commit
4638c13b57
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 $(INSTDIR)/installs -type d -name .svn`
|
||||
rm -rf `find $(INSTALL)/installs -type d -name .svn`
|
||||
|
||||
bundle:
|
||||
|
||||
|
|
Loading…
Reference in a new issue