You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local _pacman_conf _pacman_conf_list=("${script_path}/pacman-${arch}.conf""${channel_dir}/pacman-${arch}.conf""${script_path}/system/pacman-${arch}.conf")
550
+
for_pacman_confin"${_pacman_conf_list[@]}";do
551
+
if [[ -f"${_pacman_conf}" ]];then
552
+
build_pacman_conf="${_pacman_conf}"
553
+
break
554
+
fi
555
+
done
558
556
559
557
msg_debug "Use ${build_pacman_conf}"
560
558
sed -r "s|^#?\\s*CacheDir.+|CacheDir = ${cache_dir}|g""${build_pacman_conf}">"${build_dir}/pacman-${arch}.conf"
0 commit comments