summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmd')
-rw-r--r--lib/cmd/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index f9ac390..4197fbc 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -87,10 +87,10 @@ cmd_install_find_pkgs()
while read -r feed_idx feed; do
feed_download "${feed}" \
>"${chroot}/var/lib/opkg/lists/${feed_idx}"
- feed_find_pkgs 'profile_include_pkg' "$(profile_dep_fields)" \
+ feed_find_pkgs "${chroot}/var/lib/opkg/lists/${feed_idx}" \
+ "$(profile_dep_fields)" 'profile_include_pkg' \
"${chroot}/.prokit/${feed_idx}.depends" \
"${chroot}/.prokit/${feed_idx}.filenames" \
- <"${chroot}/var/lib/opkg/lists/${feed_idx}"
>>"${chroot}/.prokit/packages"
done <<-EOF
$(profile_feeds "${arch}" "${plat}" "${suite}")