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

Daniel Baumann daniel at debian.org
Thu Jul 19 17:37:29 UTC 2012


The following commit has been merged in the debian-next branch:
commit f9ddab6f38d53f37196405a0d7b401ae83cded99
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 c4b2acc..3924346 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