Ticket #61019: mpbb-install-port.patch

File mpbb-install-port.patch, 550 bytes (added by ryandesign (Ryan Carsten Schmidt), 4 years ago)
  • mpbb-install-port

    diff --git a/mpbb-install-port b/mpbb-install-port
    index a3303aa..a1af2c9 100644
    a b install-port() { 
    5555        # log: summary for the portwatcher
    5656        echo "Building '$port' ... [OK]" >> "$log_subports_progress"
    5757        echo "$@" >> "${option_work_dir}/all_ports"
     58        # Remove failcache if it exists
     59        failcache_success "$@"
     60        if [ $? -ne 0 ]; then
     61            err "failcache_success" "$@" "failed."
     62            return 1
     63        fi
    5864        return 0
    5965    fi
    6066