summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 11:36:15 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-20 11:36:15 +0100
commitd0f57376eb7e58555a4a9aa5d0ba107df9db8c3a (patch)
tree94fc6ea02d43b873e58d002073a7ec77d7c0c796
parentbcd8472821e9e73162b7e5778d2b1356fe3c0353 (diff)
downloadvyos-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>
-rwxr-xr-xhelpers/lh_binary_includes2
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"
;;