From 412ac01000c57be8630140eef8ed531b0f9f8650 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Fri, 20 Jun 2008 11:37:02 +0100
Subject: Re-order a case statement for consistency.

---
 helpers/lh_binary_includes | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index e86150f..f97d735 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -75,13 +75,13 @@ case "${LH_ARCHITECTURE}" in
 		ARCH="386"
 		;;
 
-	sparc)
-		ARCH="spa"
-		;;
-
 	powerpc)
 		ARCH="ppc"
 		;;
+
+	sparc)
+		ARCH="spa"
+		;;
 esac
 
 # Working arround vfat limitations
-- 
cgit v1.0