Bin path still needed fixing.

This commit is contained in:
Matthew
2010-06-30 10:07:00 +12:00
committed by Matthew Bowra-Dean
parent ff0a90af0a
commit 50c5c51d4b

View File

@@ -119,7 +119,7 @@ install: all
@echo "#!/bin/sh" > openra
@echo "cd "$(INSTALL_DIR) >> openra
@echo "mono "$(INSTALL_DIR)"/OpenRA.Game.exe" >> openra
@$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)
@$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)/
@echo "OpenRA is now installed. You will now want to download"
@echo "http://open-ra.org/packages/ra-packages.zip and"