diff options
Diffstat (limited to 'helpers/binary_yaboot')
-rwxr-xr-x | helpers/binary_yaboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_yaboot b/helpers/binary_yaboot index 2081391..148424e 100755 --- a/helpers/binary_yaboot +++ b/helpers/binary_yaboot @@ -276,7 +276,7 @@ case "${LH_BINARY_IMAGES}" in # Copying yaboot mkdir -p binary/yaboot - case "${LH_CHROOT_BUILD}" in + case "${LH_BUILD_WITH_CHROOT}" in true) cp chroot/usr/lib/yaboot/yaboot binary/yaboot ;; |