From 3b540b4c4fd8602ad67423c041e7d3a440bf845d Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 4 Jul 2008 22:29:43 +0100 Subject: Fix caching of APT indices (Closes: #478744) I've tested this the cross-product of LH_APT={apt,aptitude} and LH_APT_SECURE={enabled,disabled} with no problems. Signed-off-by: Chris Lamb --- helpers/lh_chroot_sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers') diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 981692b76..42b92eaf6 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -228,7 +228,7 @@ case "${1}" in cp -f chroot/var/lib/apt/lists/*_Sources cache/indices_bootstrap fi - cp -f chroot/var/lib/apt/*_Release* cache/indices_bootstrap + cp -f chroot/var/lib/apt/lists/*_Release* cache/indices_bootstrap fi fi -- cgit v1.2.3