From 6a3de5dee6efed3fa759d13aeaf33e58a1bf2109 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 30 Jun 2010 10:13:24 +1200 Subject: [PATCH] Have to force path to binary. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5e6e326942..cc617784a8 100644 --- a/Makefile +++ b/Makefile @@ -117,8 +117,8 @@ install: all @cp -r thirdparty $(INSTALL_DIR) @echo "#!/bin/sh" > openra - @echo "cd "$(INSTALL_DIR) >> openra - @echo "mono "$(INSTALL_DIR)"/OpenRA.Game.exe" >> openra + @echo "cd "$(datadir)"/openra" >> openra + @echo "mono "$(datadir)"/openra/OpenRA.Game.exe" >> openra @$(INSTALL_PROGRAM) -d $(BIN_INSTALL_DIR) @$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)