diff options
Diffstat (limited to 'helpers/binary_grub')
-rwxr-xr-x | helpers/binary_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub b/helpers/binary_grub index b4d21d1ac..40a34436f 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 |