summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-15 12:35:53 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-15 12:35:53 (EDT)
commit2e87bbd030adbeb748d1d2b579c4682e3fe1057c (patch)
tree4da05c7896452627ac203e417fac691872a651ff /lib/cmd
parentbb6454d45342f6d211f887c212144d56b10ec94b (diff)
install: Fix profile_feeds() call
Diffstat (limited to 'lib/cmd')
-rw-r--r--lib/cmd/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index 9df80e8..cdf6541 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -83,6 +83,6 @@ cmd_install_find_pkgs()
<"${chroot}/.prokit/${feed_idx}.index" \
>>"${chroot}/.prokit/packages"
done <<-EOF
- $(profile_feeds)
+ $(profile_feeds "${arch}" "${plat}" "${suite}")
EOF
}