summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/gnu-efi-libs/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/gnu-efi-libs/PKGBUILD b/extra/gnu-efi-libs/PKGBUILD
new file mode 100644
index 00000000..6f8e5c99
--- /dev/null
+++ b/extra/gnu-efi-libs/PKGBUILD
@@ -0,0 +1,13 @@
+# This is a desperate measure to work around non-building demo EFI apps
+# See https://sourceforge.net/p/gnu-efi/support-requests/6/
+
+eval "$(
+ declare -f build | \
+ sed '
+ s|make lib gnuefi inc apps|make lib gnuefi inc|
+ '
+ declare -f package | \
+ sed '
+ s|^[ \t]*install|#install|g
+ '
+)"