Quellcode durchsuchen

[build] Add yet another potential location for isolinux.bin

Reported-by: Martin Sofaru <ipxe@fhloston.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown vor 10 Jahren
Ursprung
Commit
cb2f6ca46f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      src/arch/i386/Makefile

+ 2
- 1
src/arch/i386/Makefile Datei anzeigen

@@ -82,7 +82,8 @@ ISOLINUX_BIN_LIST	:= \
82 82
 	/usr/share/syslinux/isolinux.bin \
83 83
 	/usr/share/syslinux/bios/isolinux.bin \
84 84
 	/usr/local/share/syslinux/isolinux.bin \
85
-	/usr/local/share/syslinux/bios/isolinux.bin
85
+	/usr/local/share/syslinux/bios/isolinux.bin \
86
+	/usr/lib/ISOLINUX/isolinux.bin
86 87
 ISOLINUX_BIN	= $(firstword $(wildcard $(ISOLINUX_BIN_LIST)))
87 88
 
88 89
 # i386-specific directories containing source files

Laden…
Abbrechen
Speichern