Arch work

此提交包含在:
2023-01-07 11:42:26 -05:00
父節點 4dae2fef63
當前提交 5c4795ce42

查看文件

@@ -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