From 62e3d548c8c12eb6c8352b3f79f4e4a57c378950 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 8 Aug 2010 22:08:08 +1200 Subject: [PATCH] Makefile generated start-up script altered to allow command line switches to be passed to executable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee76b7316a..aa86c72c42 100644 --- a/Makefile +++ b/Makefile @@ -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)