Don't build rpm on buntu

This commit is contained in:
2022-01-14 00:05:25 -05:00
parent df3151c38c
commit 437ff32cf9

View File

@@ -1521,7 +1521,7 @@ main() {
if (( BUILD_SWITCH )); then
installPackage "wget" "dpkg" "rpm-build"
acquireDeb
buildRPM
[[ "$TARGET" =~ (centos|fedora|suse) ]] && buildRPM
fi
if (( DEB_INSTALL_SWITCH )); then