Skip to content

Commit

Permalink
Use 'installed' to avoid ambiguity when gathering
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Feb 12, 2017
1 parent be59932 commit 12e7595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpbb-gather-archives
Expand Up @@ -51,7 +51,7 @@ gather-archives() {
mkdir -p "${option_staging_dir}" || return

status=0
for archive_path in $("${option_prefix}/bin/port" -q location $(cat "${option_work_dir}/all_ports")); do
for archive_path in $("${option_prefix}/bin/port" -q location installed and \( $(cat "${option_work_dir}/all_ports") \)); do
archive_port=$(basename "$(dirname "${archive_path}")")
archive_basename=$(basename "${archive_path}")

Expand Down

0 comments on commit 12e7595

Please sign in to comment.