[SCM] live-build branch, debian-next, updated. debian/3.0_a48-1-1-gd10cd72

Daniel Baumann daniel at debian.org
Fri May 25 16:36:38 UTC 2012


The following commit has been merged in the debian-next branch:
commit d10cd729cfc0440b53cd5c2734c5b9209a513739
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri May 25 18:36:31 2012 +0200

    Correcting renaming of syslinux files in progress mode to actually work.

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 866e790..1da4f5f 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -246,7 +246,7 @@ case "${LB_MODE}" in
 		do
 			if [ -e "${_FILE}" ]
 			then
-				mv "${_FILE}" $(echo ${_FILE} | sed -e 's|.*linux|boot|')
+				mv "${_FILE}" $(echo ${_FILE} | sed -e 's|/.*linux|boot|')
 			fi
 		done
 		;;

-- 
live-build



More information about the debian-live-changes mailing list