Temp debug output

This commit is contained in:
2025-04-11 18:37:02 -04:00
parent 9a16ff6241
commit 389cd69da3

View File

@@ -898,6 +898,7 @@ build_rpm() {
-bb -bb
"$OUTPUT_DIR/SPECS/mediacenter.spec" "$OUTPUT_DIR/SPECS/mediacenter.spec"
) )
declare -p
if execute "${rpmbuild_cmd[@]}" && [[ -f $MC_RPM ]] ; then if execute "${rpmbuild_cmd[@]}" && [[ -f $MC_RPM ]] ; then
echo "Build successful. The RPM file is located at: $MC_RPM" echo "Build successful. The RPM file is located at: $MC_RPM"
else else