summaryrefslogtreecommitdiff
path: root/helpers/binary_grub2
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_grub2')
-rwxr-xr-xhelpers/binary_grub22
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub2 b/helpers/binary_grub2
index dde12b0..2afae22 100755
--- a/helpers/binary_grub2
+++ b/helpers/binary_grub2
@@ -258,7 +258,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