diff options
-rw-r--r-- | lib/cmd/install.sh | 2 |
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 } |