[SCM] live-build branch, debian, updated. debian/3.0_a48-1-17-g6e10198

Daniel Baumann daniel at debian.org
Mon Jun 4 10:16:03 UTC 2012


The following commit has been merged in the debian branch:
commit 626b9923f77a5c6bcb67e93ebd2a9c3bf5cda0bd
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..687fb73 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}" "${_TARGET}/$(echo ${_FILE} | sed -e 's|.*linux|boot|')"
 			fi
 		done
 		;;

-- 
live-build



More information about the debian-live-changes mailing list