From aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 Jun 2012 22:42:41 +0200 Subject: Renaming internal .stage to .build for consistency within the configuration tree. --- scripts/build/lb_bootstrap_cache | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/build/lb_bootstrap_cache') diff --git a/scripts/build/lb_bootstrap_cache b/scripts/build/lb_bootstrap_cache index 6cea8e62f..9323f27b9 100755 --- a/scripts/build/lb_bootstrap_cache +++ b/scripts/build/lb_bootstrap_cache @@ -36,7 +36,7 @@ do Echo_message "Restoring bootstrap stage from cache..." # Checking stage file - Check_stagefile .stage/bootstrap_cache.restore + Check_stagefile .build/bootstrap_cache.restore if [ -d cache/stages_bootstrap ] then @@ -58,8 +58,8 @@ do fi # Creating stage file - Create_stagefile .stage/bootstrap_cache.restore - Create_stagefile .stage/bootstrap + Create_stagefile .build/bootstrap_cache.restore + Create_stagefile .build/bootstrap exit 0 fi @@ -69,7 +69,7 @@ do Echo_message "Saving bootstrap stage to cache..." # Checking stage file - Check_stagefile .stage/bootstrap_cache.save + Check_stagefile .build/bootstrap_cache.save # Checking lock file Check_lockfile .lock @@ -89,7 +89,7 @@ do fi # Creating stage file - Create_stagefile .stage/bootstrap_cache.save + Create_stagefile .build/bootstrap_cache.save ;; esac fi -- cgit v1.2.3