diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 11:36:15 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 11:36:15 +0100 |
commit | d0f57376eb7e58555a4a9aa5d0ba107df9db8c3a (patch) | |
tree | 94fc6ea02d43b873e58d002073a7ec77d7c0c796 /helpers | |
parent | bcd8472821e9e73162b7e5778d2b1356fe3c0353 (diff) | |
download | vyos-live-build-d0f57376eb7e58555a4a9aa5d0ba107df9db8c3a.tar.gz vyos-live-build-d0f57376eb7e58555a4a9aa5d0ba107df9db8c3a.zip |
Fix incorrect test for sparc architecture in binary include handling.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index 4c8d5bbb4..e86150f38 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -75,7 +75,7 @@ case "${LH_ARCHITECTURE}" in ARCH="386" ;; - spa) + sparc) ARCH="spa" ;; |