From e7b3cabbd7be37691f69e0834c49f4bed9d57ec6 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sun, 15 Jun 2008 01:57:50 +0100
Subject: Fix d-i locations in yaboot entries.

---
 helpers/lh_binary_yaboot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot
index 7060f88..189a9f4 100755
--- a/helpers/lh_binary_yaboot
+++ b/helpers/lh_binary_yaboot
@@ -87,7 +87,7 @@ Yaboot_install_entry ()
 	INITRD="${3}"
 	APPEND="${4}"
 
-	DIRECTORY="/$(basename ${DESTDIR_LIVE})"
+	DIRECTORY="/$(basename ${DESTDIR_INSTALL})"
 
 	if [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ]
 	then
-- 
cgit v1.0