[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 d0f57376eb7e58555a4a9aa5d0ba107df9db8c3a
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Jun 20 11:36:15 2008 +0100

    Fix incorrect test for sparc architecture in binary include handling.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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"
 		;;
 

-- 
debian-live



More information about the debian-live-changes mailing list