[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10

Daniel Baumann daniel at debian.org
Thu Aug 4 19:53:18 UTC 2011


The following commit has been merged in the debian branch:
commit 0aab94aac9a07f450dd69e7897428b28c27879a4
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 21 17:06:54 2011 +0200

    Calling mkdir with -p to avoid build failures with multiple kernels on disk info in ubuntu mode, thanks to Cody A.W. Somerville <cody.somerville at canonical.com>.

diff --git a/scripts/build/lb_binary_disk b/scripts/build/lb_binary_disk
index a28a0fe..b592b88 100755
--- a/scripts/build/lb_binary_disk
+++ b/scripts/build/lb_binary_disk
@@ -88,7 +88,7 @@ case "${LB_INITRAMFS}" in
 	casper)
 		for INITRD in binary/casper/initrd.img*
 		do
-			mkdir uuid
+			mkdir -p uuid
 			cd uuid
 
 			zcat "../${INITRD}" | cpio --quiet -id conf/uuid.conf

-- 
live-build



More information about the debian-live-changes mailing list