diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 11:03:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 11:03:23 (EDT) |
commit | 9ec1ab1b800b59cbbdcff1a29857a8a2d44a57c8 (patch) | |
tree | a5d11bee013056f045885b87104f59b67f19cc77 /src/install.sh | |
parent | 29a1ce969f748ef72999b89935fb5a8bdb96c416 (diff) |
feed_download(): Write list file directly
Diffstat (limited to 'src/install.sh')
-rw-r--r-- | src/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.sh b/src/install.sh index a71c8ae..b2002cb 100644 --- a/src/install.sh +++ b/src/install.sh @@ -124,8 +124,8 @@ install_find_pkgs() esac printf '%s %s %s\n' "${type}" "${name}" \ "${base_url}" >&${opkg_conf_fd} - feed_download "${base_url}" ${gzip} \ - >"${root}/var/lib/opkg/lists/${name}" + feed_download "${base_url}" \ + "${root}/var/lib/opkg/lists/${name}" ${gzip} install_feed_url="${base_url}" feed_find_pkgs "${root}/var/lib/opkg/lists/${name}" \ "$(profile_dep_fields)" profile_include_pkg \ |