Browse Source

Arch work

bryan 2 years ago
parent
commit
7067625a9f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      installJRMC

+ 4 - 1
installJRMC

@@ -872,7 +872,10 @@ installMCARCH() {
         --install
         -p mediacenter.pkgbuild"
     #if ! exec ${makepkg_cmd}; then
-        su bryan exec "${makepkg_cmd}" # TODO, for testing in root VM
+    if ! exec "${makepkg_cmd}"; then
+        echo "makepkg failed"
+        exit
+    fi
     #fi
     popd || return
 }