Makefile generated start-up script altered to allow command line switches to be passed to executable.

This commit is contained in:
Matthew
2010-08-08 22:08:08 +12:00
parent ea7abcb585
commit 62e3d548c8

View File

@@ -118,7 +118,7 @@ install: all
@echo "#!/bin/sh" > openra
@echo "cd "$(datadir)"/openra" >> openra
@echo "mono "$(datadir)"/openra/OpenRA.Game.exe SupportDir=~/.openra" >> openra
@echo "mono "$(datadir)"/openra/OpenRA.Game.exe SupportDir=~/.openra \"$$""@\"" >> openra
@$(INSTALL_PROGRAM) -d $(BIN_INSTALL_DIR)
@$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)