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)