diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 11:36:15 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | a46e64771089cb74397089e84f26bd706d013316 (patch) | |
tree | 94fc6ea02d43b873e58d002073a7ec77d7c0c796 | |
parent | 730cf9e4ebd6d839c1b550803ee91454cc9c61c8 (diff) | |
download | live-build-a46e64771089cb74397089e84f26bd706d013316.zip live-build-a46e64771089cb74397089e84f26bd706d013316.tar.gz |
Fix incorrect test for sparc architecture in binary include handling.
-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 4c8d5bb..e86150f 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" ;; |