From 1bd10cea37374b89bcd0bfda8898189cc333121c Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sat, 14 Jun 2008 17:27:42 +0100
Subject: Use correct location of powerpc d-i images.

---
 helpers/lh_binary_debian-installer | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 3e2bdcc..de5dc3d 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -123,6 +123,12 @@ case "${DI_IMAGE_TYPE}" in
 		;;
 esac
 
+case "${LH_ARCHITECTURE}" in
+	powerpc)
+		DI_REMOTE_BASE="${LH_ARCHITECTURE}/${DI_REMOTE_BASE}"
+		;;
+esac
+
 Check_multiarchitecture
 
 VMLINUZ_DI="vmlinuz"
-- 
cgit v1.0