summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-24 09:48:11 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-24 09:48:11 (EDT)
commitd097c19b013b14d9db80ec246ca7cf922077dbc1 (patch)
treecba9352377e175350a174900d22d29f0cba911cc /lib/cmd
parent41587727608c06cd80678bb8ae5ae7ffdc3cb698 (diff)
install: Fix feed URLs in opkg.conf
Diffstat (limited to 'lib/cmd')
-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}"