From a2a423eb3fa2e607c72a88c52ea21c6e18b29b03 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Sep 2014 10:31:18 +0200 Subject: [PATCH] syslinux: remove guards from INSTALL.msg. --- srcpkgs/syslinux/INSTALL.msg | 4 ---- srcpkgs/syslinux/template | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/syslinux/INSTALL.msg b/srcpkgs/syslinux/INSTALL.msg index e1c5218f509..8de3033d22c 100644 --- a/srcpkgs/syslinux/INSTALL.msg +++ b/srcpkgs/syslinux/INSTALL.msg @@ -1,10 +1,6 @@ -======================================================================= - Some optional packages must be installed for additional functionality: - mtools: mkdiskimage and syslinux support - gptfdisk: GPT support - efibootmgr: EFI support - dosfstools: EFI support - -======================================================================= diff --git a/srcpkgs/syslinux/template b/srcpkgs/syslinux/template index 3579b186648..38503f92c5d 100644 --- a/srcpkgs/syslinux/template +++ b/srcpkgs/syslinux/template @@ -1,7 +1,7 @@ # Template file for 'syslinux' pkgname=syslinux version=6.02 -revision=2 +revision=3 hostmakedepends="perl python nasm" makedepends="gnu-efi-libs libuuid-devel" short_desc="A boot loader for the Linux operating system"