[SCM] live-build branch, debian-next, updated. debian/3.0_a12-1-1-gb539d56

Daniel Baumann daniel at debian.org
Fri Feb 18 05:58:11 UTC 2011


The following commit has been merged in the debian-next branch:
commit b539d561a59a3df399654ee70685929996cb15cb
Author: Steven Shiau <steven at nchc.org.tw>
Date:   Fri Feb 18 06:56:13 2011 +0100

    Correcting release filename when caching indices (Closes: #613895).

diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources
index de7c2df..78e647b 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_sources
@@ -428,9 +428,9 @@ EOF
 				cp -f cache/indices_bootstrap/*_Sources chroot/var/lib/apt/lists
 			fi
 
-			if Find_files cache/indices_bootstrap/*_Release*
+			if Find_files cache/indices_bootstrap/*Release*
 			then
-				cp -f cache/indices_bootstrap/*_Release* chroot/var/lib/apt/lists
+				cp -f cache/indices_bootstrap/*Release* chroot/var/lib/apt/lists
 			fi
 
 			if [ "${LB_APT}" = "aptitude" ] && [ ! -x /usr/bin/aptitude ]
@@ -505,7 +505,7 @@ EOF
 					cp -f chroot/var/lib/apt/lists/*_Sources cache/indices_bootstrap
 				fi
 
-				cp -f chroot/var/lib/apt/lists/*_Release* cache/indices_bootstrap
+				cp -f chroot/var/lib/apt/lists/*Release* cache/indices_bootstrap
 			fi
 		fi
 

-- 
live-build



More information about the debian-live-changes mailing list