From: hayao Date: Sun, 4 Oct 2020 13:14:19 +0000 (+0900) Subject: [fix] : Removed rebuild codes X-Git-Tag: rc3-alpha1~146 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5351cd4bf54e0984143757748ab4dc296160f9fa;p=alterlinux%2Falterlinux.git [fix] : Removed rebuild codes --- diff --git a/allarch.sh b/allarch.sh index e93aeb6a..45576ea8 100755 --- a/allarch.sh +++ b/allarch.sh @@ -1387,8 +1387,6 @@ fi if [[ -d "${channel_dir}.add" ]]; then channel_name="${1}" channel_dir="${channel_dir}.add" -elif [[ "${channel_name}" = "rebuild" ]]; then - msg_error "allarch.sh does not support rebuild." "1" elif [[ "${channel_name}" = "clean" ]]; then "${script_path}/tools/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d") exit 0