diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
commit | aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 (patch) | |
tree | c71319a6411ac789246176d6d4056bf6b9013e1a /scripts/build/lb_bootstrap_cache | |
parent | 4c903bab69b24f2a79cafc262273229a1b108044 (diff) | |
download | vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.tar.gz vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.zip |
Renaming internal .stage to .build for consistency within the configuration tree.
Diffstat (limited to 'scripts/build/lb_bootstrap_cache')
-rwxr-xr-x | scripts/build/lb_bootstrap_cache | 10 |
1 files changed, 5 insertions, 5 deletions
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 |