Making cp calls for syslinux templates recursive, thanks to Tiago Bortoletto Vaz <tiago@debian.org>.

This commit is contained in:
Daniel Baumann 2010-07-30 04:31:41 +02:00
parent 4d3c864030
commit 06ae58e7a0
1 changed files with 2 additions and 2 deletions

View File

@ -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)