Updating package name for isohybrid, in syslinux 4 it's in syslinux instead of syslinux-common.
This commit is contained in:
parent
90b1e0d8fd
commit
5a5bbcf23c
|
@ -56,7 +56,7 @@ Check_package chroot/usr/bin/genisoimage genisoimage
|
||||||
|
|
||||||
if [ "${LH_BINARY_IMAGES}" = "iso-hybrid" ]
|
if [ "${LH_BINARY_IMAGES}" = "iso-hybrid" ]
|
||||||
then
|
then
|
||||||
Check_package chroot/usr/bin/isohybrid syslinux-common
|
Check_package chroot/usr/bin/isohybrid syslinux
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restoring cache
|
# Restoring cache
|
||||||
|
|
Loading…
Reference in New Issue