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 7837cd5f8a
commit 85d16400d9
1 changed files with 4 additions and 0 deletions

View File

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