From 1083985682c166a9c117b08bee9cecc3beb20d73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 10 Mar 2013 22:29:23 +0100 Subject: Correcting typo directory when dereferencing syslinux symlinks when building chrooted, thanks to Luigi Capriotti . --- scripts/build/binary_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 0504b5f35..474310781 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -150,7 +150,7 @@ case "${LB_BUILD_WITH_CHROOT}" in # Copy in two steps since the theme can have absolute symlinks and would therefore not be dereferenced correctly cp -a ${_SOURCE} chroot/root Chroot chroot cp -aL /root/$(basename ${_SOURCE}) /root/$(basename ${_SOURCE}).tmp || true - rm -rf chroot/$(basename ${_SOURCE}) + rm -rf chroot/root/$(basename ${_SOURCE}) mv chroot/root/$(basename ${_SOURCE}).tmp ${_TARGET} ;; -- cgit v1.2.3