Fix linux-image generation for no initramfs images.

This commit is contained in:
Alexander Sack 2010-07-02 14:30:43 +02:00 committed by Daniel Baumann
parent 3d3bd68621
commit b07272a31c
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ case "${LH_INITRAMFS}" in
live-initramfs)
DESTDIR="binary/live"
;;
*)
DESTDIR="binary/boot"
;;
esac
case "${LH_ARCHITECTURE}" in