wok rev 17813
syslinux/iso2exe: update partition table (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 21 15:26:13 2015 +0100 (2015-03-21) |
parents | 7a2963fc6f46 |
children | 9b3e3198d6a7 |
files | syslinux/stuff/iso2exe/Makefile |
line diff
1.1 --- a/syslinux/stuff/iso2exe/Makefile Sat Mar 21 14:39:57 2015 +0100 1.2 +++ b/syslinux/stuff/iso2exe/Makefile Sat Mar 21 15:26:13 2015 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 1.5 iso2exe.h: iso2exe 1.6 chmod +x iso2exe.sh 1.7 - ./iso2exe.sh --array isohdpfx.bin > $@ 1.8 + ./iso2exe.sh --array ../mbr/isohdpfx.bin > $@ 1.9 1.10 iso2exe.com: iso2exe.c iso2exe.h 1.11 $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute $@