diff options
| author | Michael Brown | 2014-06-26 18:05:36 +0200 |
|---|---|---|
| committer | Michael Brown | 2014-06-26 18:05:36 +0200 |
| commit | cb2f6ca46fdea7607d077df956689d694a7bd517 (patch) | |
| tree | 49861ec3cb826d2cee96a306a59489d315fd622f /src/arch/i386 | |
| parent | [build] Fix erroneous object name in version object (diff) | |
| download | ipxe-cb2f6ca46fdea7607d077df956689d694a7bd517.tar.gz ipxe-cb2f6ca46fdea7607d077df956689d694a7bd517.tar.xz ipxe-cb2f6ca46fdea7607d077df956689d694a7bd517.zip | |
[build] Add yet another potential location for isolinux.bin
Reported-by: Martin Sofaru <ipxe@fhloston.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386')
| -rw-r--r-- | src/arch/i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index d1b885c87..4925cc4e6 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -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 |
