소스 검색

Arch work

bryan 2 년 전
부모
커밋
7067625a9f
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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
 }