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.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-04-10 22:36:22 +01:00
parent 37666ee1bb
commit 49d27a086d
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