From 314f878498d5f8965a281f1f89a5de66ba136783 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 6 Sep 2014 09:59:02 +0200 Subject: [PATCH] gummiboot: fix INSTALL script; misc twerks. --- srcpkgs/gummiboot/INSTALL | 2 +- srcpkgs/gummiboot/template | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/gummiboot/INSTALL b/srcpkgs/gummiboot/INSTALL index 8674e001012..746dbc7196c 100644 --- a/srcpkgs/gummiboot/INSTALL +++ b/srcpkgs/gummiboot/INSTALL @@ -20,7 +20,7 @@ Reconfigure your kernel package to create loader entries: $ xbps-reconfigure -f linux3.XX ========================================================================== - EOF +EOF fi gummiboot update ;; diff --git a/srcpkgs/gummiboot/template b/srcpkgs/gummiboot/template index 014cc0d1d88..26765fe2ff0 100644 --- a/srcpkgs/gummiboot/template +++ b/srcpkgs/gummiboot/template @@ -1,9 +1,9 @@ # Template file for 'gummiboot' pkgname=gummiboot version=45 -revision=1 +revision=2 build_style=gnu-configure -hostmakedepends="automake autoconf pkg-config libxslt docbook-xsl" +hostmakedepends="automake pkg-config libxslt docbook-xsl" makedepends="gnu-efi-libs liblzma-devel libblkid-devel" short_desc="Simple UEFI Boot Manager" maintainer="Eivind Uggedal " @@ -13,13 +13,9 @@ distfiles="http://cgit.freedesktop.org/${pkgname}/snapshot/${pkgname}-${version} checksum=78f47105bab676b8ff2d19c1deedaa4c371f10e4fd49059f9d588c6f97544a9b only_for_archs="i686 x86_64" -if [ "$CROSS_BUILD" ]; then - configure_args="--with-efi-ldsdir=${XBPS_CROSS_BASE}/usr/lib +configure_args="--with-efi-ldsdir=${XBPS_CROSS_BASE}/usr/lib --with-efi-libdir=${XBPS_CROSS_BASE}/usr/lib --with-efi-includedir=${XBPS_CROSS_BASE}/usr/include" -else - configure_args="--with-efi-ldsdir=/usr/lib" -fi pre_configure() { ./autogen.sh