[Debian-live-changes] r2045 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Jun 12 11:04:10 UTC 2007


Author: daniel
Date: 2007-06-12 11:04:10 +0000 (Tue, 12 Jun 2007)
New Revision: 2045

Modified:
   dists/trunk/live-helper/helpers/lh_binary_yaboot
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_yaboot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-06-12 11:02:06 UTC (rev 2044)
+++ dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-06-12 11:04:10 UTC (rev 2045)
@@ -102,14 +102,19 @@
 	;;
 esac
 
-# Temporary check for broken yaboot
+# Temporary check for broken syslinux FIXME
 if [ "${LIVE_BINARY_IMAGES}" = "iso" ]
 then
-	case "${LIVE_ARCHITECTURE}" in
-		powerpc)
-			DESTDIR="${DESTDIR}.ppc"
-			;;
-	esac
+	# Assembling multi-arch
+	if [ -n "${MULTIARCH}" ]
+	then
+		case "${LIVE_ARCHITECTURE}" in
+			powerpc)
+				DESTDIR_LIVE="${DESTDIR_LIVE}.ppc"
+				DESTDIR_INSTALL="${DESTDIR_INSTALL}.ppc"
+				;;
+		esac
+	fi
 fi
 
 # Creating directory




More information about the Debian-live-changes mailing list