mirror of https://github.com/ipxe/ipxe.git
[build] Add yet another potential location for isolinux.bin
Reported-by: Martin Sofaru <ipxe@fhloston.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/20/head^2
parent
c2f0769338
commit
cb2f6ca46f
|
@ -82,7 +82,8 @@ ISOLINUX_BIN_LIST := \
|
|||
/usr/share/syslinux/isolinux.bin \
|
||||
/usr/share/syslinux/bios/isolinux.bin \
|
||||
/usr/local/share/syslinux/isolinux.bin \
|
||||
/usr/local/share/syslinux/bios/isolinux.bin
|
||||
/usr/local/share/syslinux/bios/isolinux.bin \
|
||||
/usr/lib/ISOLINUX/isolinux.bin
|
||||
ISOLINUX_BIN = $(firstword $(wildcard $(ISOLINUX_BIN_LIST)))
|
||||
|
||||
# i386-specific directories containing source files
|
||||
|
|
Loading…
Reference in New Issue