summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 11:36:15 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:36 +0100
commita46e64771089cb74397089e84f26bd706d013316 (patch)
tree94fc6ea02d43b873e58d002073a7ec77d7c0c796
parent730cf9e4ebd6d839c1b550803ee91454cc9c61c8 (diff)
downloadvyos-live-build-a46e64771089cb74397089e84f26bd706d013316.tar.gz
vyos-live-build-a46e64771089cb74397089e84f26bd706d013316.zip
Fix incorrect test for sparc architecture in binary include handling.
-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"
;;