diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-05 14:27:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:37 +0100 |
commit | 51944c015f98cf25b3f8a51ccd35a8c77a674d27 (patch) | |
tree | 0f7cfc897e02a2194df886fdcdd6b8411d22daaf /scripts/build/lb_bootstrap_cache | |
parent | d703d361fc6b707934ac521516999d31c92e6bc7 (diff) | |
download | vyos-live-build-51944c015f98cf25b3f8a51ccd35a8c77a674d27.tar.gz vyos-live-build-51944c015f98cf25b3f8a51ccd35a8c77a674d27.zip |
Renaming --architecture to --architectures in preparation for multi-arch.
Diffstat (limited to 'scripts/build/lb_bootstrap_cache')
-rwxr-xr-x | scripts/build/lb_bootstrap_cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_bootstrap_cache b/scripts/build/lb_bootstrap_cache index 96cac1762..755baad01 100755 --- a/scripts/build/lb_bootstrap_cache +++ b/scripts/build/lb_bootstrap_cache @@ -25,7 +25,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi Set_defaults # Check architecture -Check_crossarchitecture +Check_crossarchitectures Echo_message "Begin caching bootstrap stage..." |