From 9d9cd1d3b93613071d1dffc1c82c4515d2a65af6 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 21 一月 2020 17:22:39 +0800 Subject: [PATCH] bug fixed change real fetcher ip --- modulemake.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modulemake.sh b/modulemake.sh index c8b1c2d..7ee4f65 100755 --- a/modulemake.sh +++ b/modulemake.sh @@ -41,6 +41,7 @@ fi # move to runtime_dir + rm -fr $deps_dir/* mv -f lib$value.so $deps_dir # move sdk to runtime_dir if [ -d `pwd`/sdk/lib ]; then -- Gitblit v1.8.0