testing/refind: build only for x86_64

x86: install: can't stat 'refind/refind_x64.efi': No such file or directory

aarch64: make[1]: /usr/bin/aarch64-linux-gnu-gcc: Command not found
This commit is contained in:
Leonardo Arena 2019-02-05 10:32:19 +00:00
parent 105aa1551d
commit 577effd994

View File

@ -4,14 +4,13 @@ pkgver=0.11.4
pkgrel=0
pkgdesc="rEFInd EFI Boot Manager"
url="http://www.rodsbooks.com/refind"
arch="aarch64 x86 x86_64"
arch="x86_64"
options="!check" # No test suite.
license="GPL-3.0"
depends=""
makedepends="gnu-efi-dev bash"
source="https://sourceforge.net/projects/refind/files/${pkgver}/${pkgname}-src-${pkgver}.tar.gz
10-refind-disable-fortify.patch"
builddir="$srcdir/${pkgname}-${pkgver}"
build() {