1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#!/bin/sh /usr/share/dpatch/dpatch-run
## 01-win32.dpatch by Daniel Baumann <daniel@debian.org>
##
## DP: Don't build win32 binaries.
@DPATCH@
diff -Naurp syslinux.orig/Makefile syslinux/Makefile
--- syslinux.orig/Makefile 2008-07-01 00:34:05.000000000 +0200
+++ syslinux/Makefile 2008-07-11 00:12:18.000000000 +0200
@@ -35,7 +35,7 @@ BTARGET = version.gen version.h
BOBJECTS = $(BTARGET) \
mbr/mbr.bin mbr/gptmbr.bin \
core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
- gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \
+ gpxe/gpxelinux.0 dos/syslinux.com \
memdisk/memdisk memdump/memdump.com
# BSUBDIRs build the on-target binary components.
|