[SCM] live-build branch, debian-next, updated. debian/3.0_a46-1-5-g5cfd667

Daniel Baumann daniel at debian.org
Tue Apr 17 21:52:11 UTC 2012


The following commit has been merged in the debian-next branch:
commit 5cfd66788e02aca6307e6babbbbe9b5165df7bf2
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 17 21:52:07 2012 +0000

    Correcting destination directory for extraction of the gfxboot-theme in ubuntu mode.

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 391c860..621c9f0 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -149,7 +149,7 @@ case "${LB_BUILD_WITH_CHROOT}" in
 
 		case "${LB_MODE}" in
 			ubuntu)
-				Chroot chroot "tar xfz /usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz -C /root/tmp"
+				Chroot chroot "tar xfz /usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz -C /root/$(basename ${_SOURCE}).tmp"
 				;;
 		esac
 

-- 
live-build



More information about the debian-live-changes mailing list