# HG changeset patch # User Pascal Bellard # Date 1426947973 -3600 # Node ID 19cc1578fb5cc1cdf69f4a97ba65d031dab3f810 # Parent 7a2963fc6f46d6b59ac934b576e5f4c48593b59f syslinux/iso2exe: update partition table (again) diff -r 7a2963fc6f46 -r 19cc1578fb5c syslinux/stuff/iso2exe/Makefile --- a/syslinux/stuff/iso2exe/Makefile Sat Mar 21 14:39:57 2015 +0100 +++ b/syslinux/stuff/iso2exe/Makefile Sat Mar 21 15:26:13 2015 +0100 @@ -19,7 +19,7 @@ iso2exe.h: iso2exe chmod +x iso2exe.sh - ./iso2exe.sh --array isohdpfx.bin > $@ + ./iso2exe.sh --array ../mbr/isohdpfx.bin > $@ iso2exe.com: iso2exe.c iso2exe.h $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute $@