From 43fc99b77d883e3e289e9264306ed2beca406cd1 Mon Sep 17 00:00:00 2001 From: Nero Date: Tue, 11 Apr 2017 23:52:15 +0000 Subject: [PATCH] syslinux: fix subtle bug with removal of DOS targets --- srcpkgs/syslinux/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syslinux/template b/srcpkgs/syslinux/template index d8933a72c1f..15cff728fdf 100644 --- a/srcpkgs/syslinux/template +++ b/srcpkgs/syslinux/template @@ -1,7 +1,7 @@ # Template file for 'syslinux' pkgname=syslinux version=6.03 -revision=3 +revision=4 hostmakedepends="perl python nasm" makedepends="gnu-efi-libs libuuid-devel" short_desc="A boot loader for the Linux operating system" @@ -17,7 +17,7 @@ pre_build() { # Do not try to build the Windows or DOS installers and DIAG files sed 's|diag libinstaller dos win32 win64 dosutil txt|libinstaller txt|g' -i Makefile sed 's|win32/syslinux.exe win64/syslinux64.exe||g' -i Makefile - sed 's|dosutil/*.com dosutil/*.sys||g' -i Makefile + sed 's|dosutil/\*.com dosutil/\*.sys||g' -i Makefile sed 's|dos/syslinux.com||g' -i Makefile sed 's|INSTALLSUBDIRS = com32 utils dosutil|INSTALLSUBDIRS = com32 utils|g' -i Makefile sed 's|install -m 644 -c $(INSTALL_DIAG) $(INSTALLROOT)$(DIAGDIR)|# install -m 644 -c $(INSTALL_DIAG) $(INSTALLROOT)$(DIAGDIR)|g' -i Makefile