bryan 2 settimane fa
parent
commit
21c3cf49d4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1684,7 +1684,6 @@ main() {
     fi
 
     set_mc_version
-    ((DEBUG)) && declare -p
 
     if (( UNINSTALL_SWITCH )); then
         if ask_ok "Do you really want to uninstall JRiver Media Center?"; then
@@ -1741,6 +1740,7 @@ main() {
     if (( BUILD_SWITCH )) && [[ $ID != "arch" ]]; then
         install_package "wget"
         [[ -d $OUTPUT_DIR/SOURCES ]] || execute mkdir -p "$OUTPUT_DIR/SOURCES"
+        ((DEBUG)) && declare -p
         acquire_deb || { err "Could not download Media Center DEB package"; return 1; }
 
         if [[ $BUILD_TARGET =~ (centos|fedora|suse) || $REPO_TARGET =~ (centos|fedora|suse) ]]; then