diff options
-rwxr-xr-x | helpers/lh_binary_yaboot | 2 |
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 |