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

This commit is contained in:
Daniel Baumann 2012-05-25 18:36:31 +02:00
parent 3a864f6ddd
commit 626b9923f7
1 changed files with 1 additions and 1 deletions

View File

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