gummiboot: fix INSTALL script; misc twerks.

This commit is contained in:
Juan RP 2014-09-06 09:59:02 +02:00
parent 004a02ca04
commit 314f878498
2 changed files with 4 additions and 8 deletions

View File

@ -20,7 +20,7 @@ Reconfigure your kernel package to create loader entries:
$ xbps-reconfigure -f linux3.XX
==========================================================================
EOF
EOF
fi
gummiboot update
;;

View File

@ -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 <eivind@uggedal.com>"
@ -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