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