summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-02 10:48:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-02 10:48:16 +0200
commited39eaf93a8ea741705275d6391471f8602246bf (patch)
treec5e70f675de26d47aaef17c1a61c7bc5b16e1fc4 /community
parentbfc984e033d1f273d9984a7475227e9080eb4b01 (diff)
downloadpackages-ed39eaf93a8ea741705275d6391471f8602246bf.tar.xz
community/ipxe: do not build 64-bit efi
Diffstat (limited to 'community')
-rw-r--r--community/ipxe/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
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
+ '
+)"