From 6dd0452c955eccacaac3aba5d937bcf6dbd489ab Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 5 Aug 2011 17:53:28 +1200 Subject: [PATCH] drop unused SupportDir= option from 'openra' script produced by 'make install' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4def06964..84b4f268f2 100644 --- a/Makefile +++ b/Makefile @@ -245,7 +245,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 \"$$""@\"" >> openra @$(INSTALL_PROGRAM) -d $(BIN_INSTALL_DIR) @$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)