From 48b03577e95b088c5dec91aa58c5fb008a836509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 2 Nov 2013 16:22:03 +0100 Subject: [PATCH] one / too much in the end --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 678ef430f9..60685d8690 100644 --- a/Makefile +++ b/Makefile @@ -340,7 +340,7 @@ install-core: default @echo "#!/bin/sh" > openra @echo 'BINDIR=$$(dirname $$(readlink -f $$0))' >> openra @echo 'ROOTDIR="$${BINDIR%'"$(bindir)"'}"' >> openra - @echo 'DATADIR="$${ROOTDIR}/'"$(datadir)"'"' >> openra + @echo 'DATADIR="$${ROOTDIR}'"$(datadir)"'"' >> openra @echo 'cd "$${DATADIR}/openra"' >> openra @echo 'exec mono OpenRA.Game.exe "$$@"' >> openra @$(INSTALL_DIR) "$(BIN_INSTALL_DIR)"