Install hypervisor binary as xen.gz, regardless of version

We've drop xen.gz symlink from xen package to not duplicate grub
entries, but here we need only xen.gz file.
This commit is contained in:
Marek Marczykowski-Górecki 2013-08-28 11:56:28 +02:00
parent bd57fa02ec
commit 20cc289abf

View File

@ -18,7 +18,7 @@ mkdir ${BOOTDIR}
install ${SYSLINUXDIR}/isolinux.bin ${BOOTDIR}
install ${SYSLINUXDIR}/vesamenu.c32 ${BOOTDIR}
install ${SYSLINUXDIR}/mboot.c32 ${BOOTDIR}
install boot/xen*gz ${BOOTDIR}
install boot/xen*gz ${BOOTDIR}/xen.gz
install ${configdir}/isolinux.cfg ${BOOTDIR}
install ${configdir}/boot.msg ${BOOTDIR}
install ${configdir}/grub.conf ${BOOTDIR}