[SCM] live-build branch, debian, updated. debian/3.0_a53-1-4-g8587b8c

Daniel Baumann daniel at debian.org
Fri Jul 20 13:34:49 UTC 2012


The following commit has been merged in the debian branch:
commit e74bc6a73ff88af1518610e590eefe4ea1123e1e
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 19 19:38:07 2012 +0200

    Correcting accidentally reverted check for rsvg in binary_syslinux when building non-chrooted.

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index d6719f0..616cf51 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -123,7 +123,7 @@ case "${LB_BUILD_WITH_CHROOT}" in
 
 		case "${LB_SYSLINUX_THEME}" in
 			live-build)
-				if [ -e /usr/bin/rsvg ]
+				if [ ! -e /usr/bin/rsvg ]
 				then
 					# librsvg2-bin
 					Echo_error "/usr/bin/rsvg - no such file"

-- 
live-build



More information about the debian-live-changes mailing list