[SCM] live-build branch, debian-next, updated. debian/3.0_a42-1-11-gf8f223d

Richard Nelson unixabg at gmail.com
Fri Feb 3 03:37:29 UTC 2012


The following commit has been merged in the debian-next branch:
commit f8f223db75458a19634a7cc011e125ff0d9043c6
Author: Richard Nelson <unixabg at gmail.com>
Date:   Thu Feb 2 21:36:41 2012 -0600

    When LB_BUILD_WITH_CHROOT true and LB_SYSLINUX_THEME not live-build, make sure target exists for copy of theme

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 38714a1..0ad511d 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -145,6 +145,7 @@ case "${LB_BUILD_WITH_CHROOT}" in
 			Chroot chroot "cp -aL /root/$(basename ${_SOURCE})/* /root/tmp"
 			rm -rf chroot/root/$(basename ${_SOURCE})
 		else
+			mkdir chroot/root/tmp
 			Chroot chroot "cp -aL ${_SOURCE}/* /root/tmp"
 		fi
 

-- 
live-build



More information about the debian-live-changes mailing list