[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-17-g3b8c7ca

Daniel Baumann daniel at debian.org
Wed Oct 8 18:39:30 UTC 2008


The following commit has been merged in the master branch:
commit 3b8c7ca753640ea87b0743e47553fdd1e5dcbb57
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Oct 8 20:35:19 2008 +0200

    Also accept x86_64 as alias for amd64 when checking for cross architecture support.

diff --git a/functions/architecture.sh b/functions/architecture.sh
index 3de2e5b..4180ffa 100755
--- a/functions/architecture.sh
+++ b/functions/architecture.sh
@@ -40,7 +40,7 @@ Check_crossarchitecture ()
 	fi
 
 	case "${HOST}" in
-		amd64|i386)
+		amd64|i386|x86_64)
 			CROSS="amd64 i386"
 			;;
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list