[SCM] debian-live branch, master, updated. 1.0_a47-1-56-g627de6d

Chris Lamb chris at chris-lamb.co.uk
Fri Jun 20 10:41:37 UTC 2008


The following commit has been merged in the master branch:
commit 627de6d41e822391eec2d5ccd101725595317300
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Jun 20 11:37:02 2008 +0100

    Re-order a case statement for consistency.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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

-- 
debian-live



More information about the debian-live-changes mailing list