From 6c0ddb7d6d72d15ab2887a4b40de2c5d71f26d3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Jul 2012 18:13:13 +0200 Subject: Making sure target directory for syslinux theme files exists when building non-chrooted. --- scripts/build/lb_binary_syslinux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux index 9663fa3b3..2788103dd 100755 --- a/scripts/build/lb_binary_syslinux +++ b/scripts/build/lb_binary_syslinux @@ -166,10 +166,10 @@ else fi # Copying files -mkdir -p $(dirname ${_TARGET}) - case "${LB_BUILD_WITH_CHROOT}" in true) + mkdir -p $(dirname ${_TARGET}) + # Copy in two steps since the theme can have absolute symlinks and would therefore not be dereferenced correctly if [ "${LB_SYSLINUX_THEME}" = "live-build" ] then @@ -190,6 +190,8 @@ case "${LB_BUILD_WITH_CHROOT}" in ;; false) + mkdir -p ${_TARGET} + cp -aL ${_SOURCE}/* ${_TARGET} case "${LB_MODE}" in -- cgit v1.2.3