From 394d448adde3ea7f0815a46844a937ecd300c2dc Mon Sep 17 00:00:00 2001 From: Fincer Date: Sat, 11 Mar 2017 11:54:42 +0200 Subject: [PATCH] Enable Tiberian Sun [hotfix/Linux] --- data/hotfixes/linux/hotfix-makefile-enable-ts.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/hotfixes/linux/hotfix-makefile-enable-ts.patch diff --git a/data/hotfixes/linux/hotfix-makefile-enable-ts.patch b/data/hotfixes/linux/hotfix-makefile-enable-ts.patch new file mode 100644 index 0000000..3af124e --- /dev/null +++ b/data/hotfixes/linux/hotfix-makefile-enable-ts.patch @@ -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