Browse Source

Enable Tiberian Sun [hotfix/Linux]

master
Fincer 7 years ago
parent
commit
394d448add
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      data/hotfixes/linux/hotfix-makefile-enable-ts.patch

+ 11
- 0
data/hotfixes/linux/hotfix-makefile-enable-ts.patch View File

@ -0,0 +1,11 @@
--- a/Makefile
+++ b/Makefile
@@ -388,6 +388,8 @@
@$(INSTALL_PROGRAM) MaxMind.Db.dll "$(DATA_INSTALL_DIR)"
@$(INSTALL_PROGRAM) SmarIrc4net.dll "$(DATA_INSTALL_DIR)"
+
+ @$(CP_R) mods/ts "$(DATA_INSTALL_DIR)/mods/"
ifneq ($(UNAME_S),Darwin)
@$(CP) *.sh "$(DATA_INSTALL_DIR)"
endif

Loading…
Cancel
Save