bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
7067625a9f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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
 }