From ed39eaf93a8ea741705275d6391471f8602246bf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 2 Sep 2021 10:48:16 +0200 Subject: community/ipxe: do not build 64-bit efi --- community/ipxe/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/ipxe/PKGBUILD (limited to 'community/ipxe') diff --git a/community/ipxe/PKGBUILD b/community/ipxe/PKGBUILD new file mode 100644 index 00000000..8cb65790 --- /dev/null +++ b/community/ipxe/PKGBUILD @@ -0,0 +1,14 @@ +# do not build 64-bit EFI version +eval "$( + declare -f build | \ + sed ' + s|bin-x86_64-efi/ipxe.efi||g + /mv.*src/bin-x86_64-efi/d + ' +)" +eval "$( + declare -f package | \ + sed ' + s|x86_64||g + ' +)" -- cgit v1.2.3-54-g00ecf