[SCM] live-build branch, debian, updated. debian/2.0_a21-1-9-g6fc2b5c
Daniel Baumann
daniel at debian.org
Tue Aug 3 17:47:29 UTC 2010
The following commit has been merged in the debian branch:
commit e7909fdb4185fb2ad96cd9fc7dc140b1de54dbeb
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Jul 30 04:31:41 2010 +0200
Making cp calls for syslinux templates recursive, thanks to Tiago Bortoletto Vaz <tiago at debian.org>.
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux
index 43c0b54..e4293bb 100755
--- a/scripts/build/binary_syslinux
+++ b/scripts/build/binary_syslinux
@@ -193,9 +193,9 @@ Copy_syslinux_templates ()
if [ "${LH_SYSLINUX_MENU}" = "false" ]
then
- cp "${TEMPLATES}"/normal/* ${SCREEN_PATH}
+ cp -r "${TEMPLATES}"/normal/* ${SCREEN_PATH}
else
- cp "${TEMPLATES}"/menu/* ${SCREEN_PATH}
+ cp -r "${TEMPLATES}"/menu/* ${SCREEN_PATH}
case "${LH_SYSLINUX_MENU}" in
gfxboot)
--
live-build
More information about the debian-live-changes
mailing list