install fakeroot on Arch

This commit is contained in:
2025-08-01 20:22:54 -04:00
parent 94e2bfa848
commit f2016b6b50

View File

@@ -1143,6 +1143,8 @@ install_mc_generic() {
install_mc_arch() { install_mc_arch() {
debug "${FUNCNAME[0]}()" debug "${FUNCNAME[0]}()"
execute "${PKG_INSTALL[@]}" fakeroot # makepkg requires fakeroot
pushd "$OUTPUT_DIR/PKGBUILD" &>/dev/null || return pushd "$OUTPUT_DIR/PKGBUILD" &>/dev/null || return
if ! execute makepkg \ if ! execute makepkg \