[SCM] debian-live branch, master, updated. 1.0_a47-1-61-g3b540b4

Chris Lamb chris at chris-lamb.co.uk
Fri Jul 4 21:36:33 UTC 2008


The following commit has been merged in the master branch:
commit 3b540b4c4fd8602ad67423c041e7d3a440bf845d
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Jul 4 22:29:43 2008 +0100

    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 <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 981692b..42b92ea 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
 

-- 
debian-live



More information about the debian-live-changes mailing list