From 1430777d9ef7cec532b057ebfc5152756dfb66bd Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Mon, 25 Jul 2022 18:58:28 +0300 Subject: [PATCH] Remove some archives.. --- building.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.sh b/building.sh index 2db6c3f5..db9431e2 100755 --- a/building.sh +++ b/building.sh @@ -17,7 +17,7 @@ clone() { fresh() { echo -e "\nThe start-stop times\n" >/tmp/openipc_buildtime.txt date >>/tmp/openipc_buildtime.txt - [ -d buildroot-2020.02.12/dl ] && mv buildroot-2020.02.12/dl . + [ -d buildroot-2020.02.12/dl ] && mv buildroot-2020.02.12/dl . && rm -rf ./dl/majestic* ./dl/ipctool make distclean #clean [ -d buildroot* ] && echo -e "\nBuildroot found, OK\n" || make prepare [ -d dl ] && mv dl buildroot-2020.02.12/dl || return 0