Arch work

This commit is contained in:
2023-01-06 18:00:11 -05:00
parent 3cfdf7d151
commit a9ab1ace2a

View File

@@ -865,13 +865,9 @@ installMCARCH() {
EOF
pushd "$OUTPUTDIR/PKGBUILD" &>/dev/null || return
makepkg_cmd="makepkg
--syncdeps
--clean
--cleanbuild
--force
--install
-p mediacenter.pkgbuild"
makepkg_cmd="makepkg"
makepkg_cmd+=" --syncdeps --clean --cleanbuild --force --install"
makepkg_cmd+=" -p mediacenter.pkgbuild"
if ! eval "${makepkg_cmd}"; then
echo "makepkg failed"