Add MC_RPM debug

This commit is contained in:
2025-04-23 14:59:01 -04:00
부모 126dcef47a
커밋 fdbb0ead8a

파일 보기

@@ -769,6 +769,7 @@ build_rpm() {
local -a requires recommends
# skip rebuilding the rpm if it already exists
debug "Checking for existing MC RPM: $MC_RPM"
if [[ -f $MC_RPM ]]; then
echo "$MC_RPM already exists. Skipping build step"
return 0