summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/cmd/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index 20bc32a..e3c2ca5 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -149,7 +149,7 @@ cmd_install_find_pkgs()
'src/gz') gzip=true;;
*) continue;;
esac
- printf '%s %s %s\n' "${opt}" "${feed_idx}" "${feed}" \
+ printf '%s %s %s\n' "${opt}" "${feed_idx}" "${feed%/Packages}" \
>&${opkg_conf_fd}
feed_download "${feed}" ${gzip} \
>"${chroot}/var/lib/opkg/lists/${feed_idx}"