summaryrefslogtreecommitdiff
path: root/helpers/binary_grub
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_grub')
-rwxr-xr-xhelpers/binary_grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub b/helpers/binary_grub
index b4d21d1..40a3443 100755
--- a/helpers/binary_grub
+++ b/helpers/binary_grub
@@ -285,7 +285,7 @@ case ${LH_BINARY_IMAGES} in
;;
esac
-if [ "${LH_CHROOT_BUILD}" = "false" ]
+if [ "${LH_BUILD_WITH_CHROOT}" = "false" ]
then
FILES="$(echo ${FILES} | sed -e 's|chroot||g')"
fi