diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 22:38:47 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 22:38:47 (EDT) |
commit | 77b55d7c5e96afed14b089d739bf503225db2cc6 (patch) | |
tree | 637ea12f7f878444886c2d91a0a60f62c2967570 /src/install.sh | |
parent | 6295cab05416b762cb9daeb35de67798a37e03ca (diff) |
feed_download*(): Accept root arg
Diffstat (limited to 'src/install.sh')
-rw-r--r-- | src/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh index 246240f..400fd3b 100644 --- a/src/install.sh +++ b/src/install.sh @@ -175,7 +175,7 @@ install_find_pkgs() "${base_url}" >&${opkg_conf_fd} if ! ${dl_func} "${base_url}" \ "${root}/var/lib/opkg/lists/${name}" \ - ${gzip}; then + ${gzip} "${root}"; then return 1 fi install_feed_url="${base_url}" |