[SCM] live-build branch, debian-next, updated. debian/3.0_a62-1-1-g97de0e9

Daniel Baumann daniel at debian.org
Mon Oct 1 03:36:10 UTC 2012


The following commit has been merged in the debian-next branch:
commit 97de0e925e00cf400fd7702e0dc0c3d86b619023
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Oct 1 05:36:09 2012 +0200

    Add missing whitespace when concatenating multiple live.cfg syslinux files.

diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux
index 081b55c..c40b1c8 100755
--- a/scripts/build/binary_syslinux
+++ b/scripts/build/binary_syslinux
@@ -240,6 +240,7 @@ then
 
 				if [ "${_NUMBER}" -gt 1 ]
 				then
+					echo "" >> "${_TARGET}/live.cfg"
 					grep -v 'menu default' "${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"
 				else
 					cat "${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"

-- 
live-build



More information about the debian-live-changes mailing list