summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
authorPatrick 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)
commit77b55d7c5e96afed14b089d739bf503225db2cc6 (patch)
tree637ea12f7f878444886c2d91a0a60f62c2967570 /src/install.sh
parent6295cab05416b762cb9daeb35de67798a37e03ca (diff)
feed_download*(): Accept root arg
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
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}"