Opened 2 years ago
#57568 new enhancement
Could mpbb-install-dependencies exit early if the port is already installed?
Reported by: | ryandesign (Ryan Schmidt) | Owned by: | admin@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | buildbot/mpbb | Version: | |
Keywords: | Cc: | ||
Port: |
Description
mpbb-install-port exits early if the port is already installed:
if [[ -f $("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/archive-path.tcl" "$@") ]]; then echo "$* already installed, nothing to do"
Is there a reason why mpbb-install-dependencies doesn't do the same?
Note: See
TracTickets for help on using
tickets.