We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f642444 commit ec0f127Copy full SHA for ec0f127
build.sh
@@ -521,8 +521,6 @@ prepare_build() {
521
522
# Setup custom pacman.conf with current cache directories.
523
make_pacman_conf() {
524
- msg_debug "Use ${build_pacman_conf}"
525
-
526
# Pacman configuration file used only when building
527
# If there is pacman.conf for each channel, use that for building
528
if [[ -f "${channel_dir}/pacman-${arch}.conf" ]]; then
@@ -531,6 +529,8 @@ make_pacman_conf() {
531
529
build_pacman_conf="${script_path}/system/pacman-${arch}.conf"
532
530
fi
533
+ msg_debug "Use ${build_pacman_conf}"
+
534
if [[ "${nosigcheck}" = true ]]; then
535
sed -r "s|^#?\\s*SigLevel.+|SigLevel = Never|g" ${build_pacman_conf} > "${work_dir}/pacman-${arch}.conf"
536
else
0 commit comments