From aee0728a73da208b65d2a489691bc745dc08e783 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 6 Aug 2010 12:37:21 +1200 Subject: [PATCH] SupportDir path fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be7f481b95..658382be61 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,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)