Provides automatic installation scripts for OpenRA with Tiberian Sun & Red Alert 2 + Dune 2 (Windows, Linux)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
335 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -388,6 +388,8 @@
  4. @$(INSTALL_PROGRAM) MaxMind.Db.dll "$(DATA_INSTALL_DIR)"
  5. @$(INSTALL_PROGRAM) SmarIrc4net.dll "$(DATA_INSTALL_DIR)"
  6. + @$(CP_R) mods/ra "$(DATA_INSTALL_DIR)/mods/"
  7. + @$(CP_R) mods/ts "$(DATA_INSTALL_DIR)/mods/"
  8. ifneq ($(UNAME_S),Darwin)
  9. @$(CP) *.sh "$(DATA_INSTALL_DIR)"
  10. endif