[SCM] live-build branch, debian, updated. debian/3.0_a46-1-21-g4b333fb

Daniel Baumann daniel at debian.org
Fri Apr 27 10:05:54 UTC 2012


The following commit has been merged in the debian branch:
commit 73682ba57a827fab38b8019a35b6d4d8f3cb32d8
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 10 10:53:22 2012 +0200

    Correcting regression in the form of a wrong path in binary_syslinux for syslinux theme packages.

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 08d7258..391c860 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -100,10 +100,10 @@ case "${LB_BUILD_WITH_CHROOT}" in
 
 		if [ "${LB_SYSLINUX_THEME}" != "live-build" ]
 		then
-			if [ ! -e /usr/lib/syslinux/themes/${LB_SYSLINUX_THEME} ]
+			if [ ! -e /usr/share/syslinux/themes/${LB_SYSLINUX_THEME} ]
 			then
 				# syslinux-theme
-				Echo_error "/usr/lib/syslinux/themes/${LB_SYSLINUX_THEME} - no such directory."
+				Echo_error "/usr/share/syslinux/themes/${LB_SYSLINUX_THEME} - no such directory."
 				exit 1
 			fi
 		fi

-- 
live-build



More information about the debian-live-changes mailing list