From ce3ee31be08251ee20b83ea38b7f9157d0959ad3 Mon Sep 17 00:00:00 2001 From: Core Chen <64939794+CORE2021@users.noreply.github.com> Date: Sun, 19 Jul 2020 23:03:21 +0800 Subject: [PATCH] subweb: update config --- package/ctcgfw/subweb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ctcgfw/subweb/Makefile b/package/ctcgfw/subweb/Makefile index cbefcafdc9..963d6143d6 100644 --- a/package/ctcgfw/subweb/Makefile +++ b/package/ctcgfw/subweb/Makefile @@ -45,6 +45,7 @@ define Build/Configure $(RM) $(PKG_BUILD_DIR)/config/{subconverter,README.md,README-cn.md} $(RM) -r $(PKG_BUILD_DIR)/api/__pycache__ $(SED) 's/root/etc/g;s/ -ef//g' $(PKG_BUILD_DIR)/subweb.sh + $(SED) 's/10010/25500/g' $(PKG_BUILD_DIR)/api/aff.py endef define Build/Compile