[SCM] debian-live/live-helper branch, master, updated. 1.0_a41-1-1-g58544b0

Daniel Baumann daniel at debian.org
Wed Mar 26 09:37:29 UTC 2008


The following commit has been merged in the master branch:
commit 58544b017bbfb0c70ad5d289df7b10c162f1184f
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Mar 26 10:37:39 2008 +0100

    Applying patch from Bas Wijnen <wijnen at debian.org> to make Check_crossarchitecture() working on non-listed architectures (Closes: #472775).

diff --git a/functions/architecture.sh b/functions/architecture.sh
index e9c844b..4914f9a 100755
--- a/functions/architecture.sh
+++ b/functions/architecture.sh
@@ -47,6 +47,10 @@ Check_crossarchitecture ()
 		powerpc|ppc64)
 			CROSS="powerpc ppc64"
 			;;
+
+		*)
+			CROSS="${HOST}"
+			;;
 	esac
 
 	Check_architecture "${CROSS}"

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list