[SCM] live-build branch, debian, updated. debian/3.0_a35-1-5-g5053d95

Daniel Baumann daniel at debian.org
Thu Oct 13 14:00:43 UTC 2011


The following commit has been merged in the debian branch:
commit b0454ad434b9a6cc1493d8309f6ccf3999c68b1a
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Oct 12 19:59:51 2011 +0200

    Correcting wrong location when looking for local preseed files in config tree, thanks to Eugenio Paolantonio <me at medesimo.eu> (Closes: #645116).

diff --git a/scripts/build/lb_chroot_preseed b/scripts/build/lb_chroot_preseed
index baeced8..2323438 100755
--- a/scripts/build/lb_chroot_preseed
+++ b/scripts/build/lb_chroot_preseed
@@ -47,7 +47,7 @@ then
 	# Install dependency
 	Install_package
 
-	for PRESEED in config/chroot_preseed/*.preseed config/chroot_preseed/*.preseed.chroot
+	for PRESEED in config/preseed/*.preseed config/preseed/*.preseed.chroot
 	do
 		# Copying local preseed
 		cp "${PRESEED}" chroot/root/preseed

-- 
live-build



More information about the debian-live-changes mailing list