Skip to content

Commit

Permalink
[build] Look for isolinux.bin in more places
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
pjaroszynski authored and Marty Connor committed Apr 16, 2010
1 parent f7c5918 commit 9feb7b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/arch/i386/Makefile
Expand Up @@ -69,7 +69,11 @@ CFLAGS += -Ui386

# Locations of utilities
#
ISOLINUX_BIN = /usr/lib/syslinux/isolinux.bin
ISOLINUX_BIN_LIST := \
$(ISOLINUX_BIN) \
/usr/lib/syslinux/isolinux.bin \
/usr/share/syslinux/isolinux.bin
ISOLINUX_BIN = $(firstword $(wildcard $(ISOLINUX_BIN_LIST)))

# i386-specific directories containing source files
#
Expand Down

0 comments on commit 9feb7b3

Please sign in to comment.