summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-15 01:57:50 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commite7b3cabbd7be37691f69e0834c49f4bed9d57ec6 (patch)
treee3d8abbb6dadac4cb7bedaa518e34ec9e88b03f0
parent7b881914d463845c5032649c0d9b1206fa4724a1 (diff)
downloadlive-build-e7b3cabbd7be37691f69e0834c49f4bed9d57ec6.zip
live-build-e7b3cabbd7be37691f69e0834c49f4bed9d57ec6.tar.gz
Fix d-i locations in yaboot entries.
-rwxr-xr-xhelpers/lh_binary_yaboot2
1 files changed, 1 insertions, 1 deletions
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