lh_chroot_linux-image: Catch missing case in local live-initramfs handling

This patch catches the case when LH_APT is "apt", its default value. This
was causing build failures when using a local live-initramfs .deb.
This commit is contained in:
Chris Lamb 2008-04-10 22:36:22 +01:00 committed by Daniel Baumann
parent 50e21abdb5
commit c3462bceab
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ EOF
aptitude)
Apt install ${LH_INITRAMFS}
;;
apt-get)
apt|apt-get)
Apt install -f
;;
esac