[SCM] live-build branch, debian-next, updated. debian/3.0_a35-1-3-g3ec3901

Daniel Baumann daniel at debian.org
Wed Oct 12 17:59:28 UTC 2011


The following commit has been merged in the debian-next branch:
commit 3ec3901a1a8248698a29e4bbb27bdf8d9f5d8867
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