Opened 6 years ago
Closed 3 years ago
#57568 closed enhancement (fixed)
Could mpbb-install-dependencies exit early if the port is already installed?
Reported by: | ryandesign (Ryan Carsten 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?
Change History (1)
comment:1 Changed 3 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In be743153f95d57886dfc89258d308c332df9704e/mpbb (master):