From 07f1e81a85a9a8f4c6f6cfeff497ea079d682448 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Wed, 5 Jan 2022 20:37:22 +0800 Subject: [PATCH] =?UTF-8?q?patches:=20=E9=87=8D=E5=91=BD=E5=90=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{0003-upx-ucl-19.07.patch => fix_upx-ucl-19.07.patch} | 0 .../{0003-upx-ucl-21.02.patch => fix_upx-ucl-21.02.patch} | 0 Scripts/AutoBuild_Function.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename CustomFiles/Patches/{0003-upx-ucl-19.07.patch => fix_upx-ucl-19.07.patch} (100%) mode change 100755 => 100644 rename CustomFiles/Patches/{0003-upx-ucl-21.02.patch => fix_upx-ucl-21.02.patch} (100%) mode change 100755 => 100644 diff --git a/CustomFiles/Patches/0003-upx-ucl-19.07.patch b/CustomFiles/Patches/fix_upx-ucl-19.07.patch old mode 100755 new mode 100644 similarity index 100% rename from CustomFiles/Patches/0003-upx-ucl-19.07.patch rename to CustomFiles/Patches/fix_upx-ucl-19.07.patch diff --git a/CustomFiles/Patches/0003-upx-ucl-21.02.patch b/CustomFiles/Patches/fix_upx-ucl-21.02.patch old mode 100755 new mode 100644 similarity index 100% rename from CustomFiles/Patches/0003-upx-ucl-21.02.patch rename to CustomFiles/Patches/fix_upx-ucl-21.02.patch diff --git a/Scripts/AutoBuild_Function.sh b/Scripts/AutoBuild_Function.sh index e41160a..b86188f 100755 --- a/Scripts/AutoBuild_Function.sh +++ b/Scripts/AutoBuild_Function.sh @@ -301,8 +301,8 @@ CONFIG_PACKAGE_dnsmasq-full=y # CONFIG_PACKAGE_wpad-wolfssl is not set CONFIG_PACKAGE_wpad-openssl=y EOF - Copy ${CustomFiles}/Patches/0003-upx-ucl-${OP_BRANCH}.patch ${Home} - cat 0003-upx-ucl-${OP_BRANCH}.patch | patch -p1 > /dev/null 2>&1 + Copy ${CustomFiles}/Patches/fix_upx-ucl-${OP_BRANCH}.patch ${Home} + cat fix_upx-ucl-${OP_BRANCH}.patch | patch -p1 > /dev/null 2>&1 AddPackage svn feeds/packages golang coolsnowwolf/packages/trunk/lang ECHO "Starting to convert zh-cn translation files to zh_Hans ..." cd package && bash ${Scripts}/Convert_Translation.sh && cd -