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() { 55 55 # log: summary for the portwatcher 56 56 echo "Building '$port' ... [OK]" >> "$log_subports_progress" 57 57 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 58 64 return 0 59 65 fi 60 66