From 49c82c7486c846100736127eb6cc2d1ab85d4db6 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 5 May 2010 13:51:18 +1200 Subject: [PATCH] Removed script file generation from install target in Makefile. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 1fb7d7baff..da59a4e615 100644 --- a/Makefile +++ b/Makefile @@ -111,12 +111,6 @@ 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)/$(game_TARGET)" >> openra - @$(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir)/ - @$(INSTALL_PROGRAM) -m +rx openra $(DESTDIR)$(bindir)/ - @echo "OpenRA is now installed. You will now want to download http://open-ra.org/packages/ra-packages.zip \ and http://open-ra.org/packages/cnc-packages.zip and extract their contents to $(INSTALL_DIR)/mods/ra/packages \ and $(INSTALL_DIR)/mods/cnc/packages respectively."