subweb: update config

This commit is contained in:
Core Chen 2020-07-19 23:03:21 +08:00 committed by GitHub
parent 1410663665
commit ce3ee31be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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