From 434307c22d192e1f937915b417615f62b3b6bead Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Jun 2012 10:52:28 +0200 Subject: Updating cache directory names to consistent naming scheme. --- scripts/build/lb_binary_chroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/lb_binary_chroot') diff --git a/scripts/build/lb_binary_chroot b/scripts/build/lb_binary_chroot index 4314752d9..92e1667b6 100755 --- a/scripts/build/lb_binary_chroot +++ b/scripts/build/lb_binary_chroot @@ -73,7 +73,7 @@ then exit 0 fi -if [ "${LB_CACHE}" = "true" ] && Find_files cache/stages_rootfs/filesystem* +if [ "${LB_CACHE}" = "true" ] && Find_files cache/binary_rootfs/filesystem* then exit 0 fi @@ -85,10 +85,10 @@ ${LB_ROOT_COMMAND} rm -rf chroot/chroot ${LB_ROOT_COMMAND} rm -rf chroot.tmp # Copying new chroot -if [ -d cache/stages_bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] +if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] then ${LB_ROOT_COMMAND} mv chroot chroot.tmp - ${LB_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot + ${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot ${LB_ROOT_COMMAND} touch chroot/chroot.cache else ${LB_ROOT_COMMAND} cp -a chroot chroot.tmp -- cgit v1.2.3