diff options
| -rwxr-xr-x | helpers/lh_binary_chroot | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index 20239419a..cef600edf 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -88,13 +88,13 @@ if [ -d cache/stages_bootstrap ]  then  	${LH_ROOT_COMMAND} mv chroot chroot.tmp  	${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot -	${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot  	${LH_ROOT_COMMAND} touch chroot/chroot.cache  else  	${LH_ROOT_COMMAND} cp -a chroot chroot.tmp -	${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot  fi +${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot +  if [ -f config/binary_rootfs/exclude ]  then  	# Read exclude file and expand wildcards. | 
