Arch work
This commit is contained in:
10
installJRMC
10
installJRMC
@@ -874,13 +874,9 @@ installMCARCH() {
|
|||||||
--force
|
--force
|
||||||
--install
|
--install
|
||||||
-p mediacenter.pkgbuild"
|
-p mediacenter.pkgbuild"
|
||||||
if ! exec ${makepkg_cmd}; then
|
#if ! exec ${makepkg_cmd}; then
|
||||||
output=$?
|
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
|
||||||
echo $output
|
#fi
|
||||||
if [[ $output -eq 10 ]]; then
|
|
||||||
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
popd || return
|
popd || return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user