Sfoglia il codice sorgente

install fakeroot on Arch

bryan 5 giorni fa
parent
commit
f2016b6b50
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

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