diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-12-05 14:27:08 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-12-05 14:27:08 +0100 |
| commit | c5f79482d3f272115b3632f0091b444b0f0557a6 (patch) | |
| tree | 0f7cfc897e02a2194df886fdcdd6b8411d22daaf /scripts/build/lb_binary_net | |
| parent | 78b95f094dd8b67d7a98d38c13197a093b8e5282 (diff) | |
| download | vyos-live-build-c5f79482d3f272115b3632f0091b444b0f0557a6.tar.gz vyos-live-build-c5f79482d3f272115b3632f0091b444b0f0557a6.zip | |
Renaming --architecture to --architectures in preparation for multi-arch.
Diffstat (limited to 'scripts/build/lb_binary_net')
| -rwxr-xr-x | scripts/build/lb_binary_net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net index 077a0237c..8ec5950b4 100755 --- a/scripts/build/lb_binary_net +++ b/scripts/build/lb_binary_net @@ -48,7 +48,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ "${LB_ARCHITECTURE}" = "sparc" ] +if [ "${LB_ARCHITECTURES}" = "sparc" ] then # Checking depends Check_package chroot/usr/bin/elftoaout sparc-utils |
