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 91ac0fa commit 0426ad5Copy full SHA for 0426ad5
build.sh
@@ -532,6 +532,13 @@ make_pacman_conf() {
532
msg_info "Use cached package files in ${cache_dir}"
533
fi
534
535
+ # Share any architecture packages
536
+ #while read -r _pkg; do
537
+ # if [[ ! -f "${cache_dir}/$(basename "${_pkg}")" ]]; then
538
+ # ln -s "${_pkg}" "${cache_dir}"
539
+ # fi
540
+ #done < <(find "${cache_dir}/../" -type d -name "$(basename "${cache_dir}")" -prune -o -type f -name "*-any.pkg.tar.*" -printf "%p\n")
541
+
542
return 0
543
}
544
0 commit comments