We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d714f commit 22ebe4cCopy full SHA for 22ebe4c
1 file changed
allarch.sh
@@ -1388,11 +1388,7 @@ if [[ -d "${channel_dir}.add" ]]; then
1388
channel_name="${1}"
1389
channel_dir="${channel_dir}.add"
1390
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
+ msg_error "allarch.sh does not support rebuild." "1"
1396
elif [[ "${channel_name}" = "clean" ]]; then
1397
"${script_path}/tools/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d")
1398
exit 0
0 commit comments