Skip to content

Commit 22ebe4c

Browse files
committed
[fix] : Disabled rebuild in allarch.sh
1 parent d1d714f commit 22ebe4c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

allarch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,11 +1388,7 @@ if [[ -d "${channel_dir}.add" ]]; then
13881388
channel_name="${1}"
13891389
channel_dir="${channel_dir}.add"
13901390
elif [[ "${channel_name}" = "rebuild" ]]; then
1391-
if [[ -f "${rebuildfile}" ]]; then
1392-
rebuild=true
1393-
else
1394-
msg_error "The previous build information is not in the working directory." "1"
1395-
fi
1391+
msg_error "allarch.sh does not support rebuild." "1"
13961392
elif [[ "${channel_name}" = "clean" ]]; then
13971393
"${script_path}/tools/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d")
13981394
exit 0

0 commit comments

Comments
 (0)