diff options
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}" |