Skip to content

Commit

Permalink
Don't exclude already built ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Feb 12, 2017
1 parent a1e518e commit 72e1814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mpbb-list-subports
Expand Up @@ -39,10 +39,10 @@ print-subports() {
# FIXME: this doesn't take selected variants into account
# $option_prefix and $thisdir are set in mpbb
# shellcheck disable=SC2154
if [[ -f $("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/archive-path.tcl" "${port}") ]]; then
exclude=1
exclude_reasons+=("it has already been built")
fi
#if [[ -f $("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/archive-path.tcl" "${port}") ]]; then
# exclude=1
# exclude_reasons+=("it has already been built")
#fi

if [[ $exclude -eq 0 ]]; then
if [[ "$port" =~ graveyard ]]; then
Expand Down

0 comments on commit 72e1814

Please sign in to comment.