diff --git a/Makefile b/Makefile index bbf0ed5608..684aa44284 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,12 @@ install: all @cp *.ttf $(INSTALL_DIR) @-cp *.ini $(INSTALL_DIR) @cp -r thirdparty $(INSTALL_DIR) + + @echo "#!/bin/sh" > openra + @echo "cd "$(INSTALL_DIR) >> openra + @echo "mono "$(INSTALL_DIR)"/OpenRA.Game.exe" >> openra + @$(INSTALL_PROGRAM) -m +rx openra $(bindir) + @echo "OpenRA is now installed. You will now want to download" @echo "http://open-ra.org/packages/ra-packages.zip and" @echo "http://open-ra.org/packages/cnc-packages.zip"