소스 검색

Arch work

bryan 2 년 전
부모
커밋
5c4795ce42
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      installJRMC

+ 2 - 1
installJRMC

@@ -865,7 +865,8 @@ installMCARCH() {
     
     pushd "$OUTPUTDIR/PKGBUILD" &>/dev/null || return
     makepkg_cmd="makepkg"
-    makepkg_cmd+=" --syncdeps --clean --cleanbuild --force --install"
+    # TODO try to acquire checksums from deb
+    makepkg_cmd+=" --syncdeps --clean --cleanbuild --skipinteg --force --install --noconfirm"
     makepkg_cmd+=" -p mediacenter.pkgbuild"
 
     if ! eval "${makepkg_cmd}"; then