From a46e64771089cb74397089e84f26bd706d013316 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 20 Jun 2008 11:36:15 +0100 Subject: Fix incorrect test for sparc architecture in binary include handling. --- 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 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" ;; -- cgit v1.0