bryan 2 settimane fa
parent
commit
389cd69da3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

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