From d0f57376eb7e58555a4a9aa5d0ba107df9db8c3a Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 20 Jun 2008 11:36:15 +0100 Subject: [PATCH] Fix incorrect test for sparc architecture in binary include handling. Signed-off-by: Chris Lamb --- helpers/lh_binary_includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;