diff --git a/installJRMC b/installJRMC index c8c98c8..d90c0e1 100755 --- a/installJRMC +++ b/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