diff options
-rwxr-xr-x | scripts/build/lb_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux index 866e790c9..687fb73f2 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 ;; |