Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/ipxe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ipxe/PKGBUILD')
-rw-r--r--extra/ipxe/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/ipxe/PKGBUILD b/extra/ipxe/PKGBUILD
new file mode 100644
index 00000000..1e6bcccd
--- /dev/null
+++ b/extra/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
+ s/.*mv.*src.*bin-x86_64-efi.*//g
+ '
+)"
+eval "$(
+ declare -f package | \
+ sed '
+ s|x86_64||g
+ '
+)"