summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-11-08 21:59:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-11-08 21:59:09 +0100
commit7b8aa15ee91b5d9cc93becae1540b24cf52ed7c2 (patch)
tree781bd1ef74afc6da3cf6846ddb73cdc5323424d0 /extra
parent6be177bd4475778fe0e6f7046bb9210de75ab395 (diff)
downloadpackages-7b8aa15ee91b5d9cc93becae1540b24cf52ed7c2.tar.xz
extra/gnu-efi-list: do not build and deploy apps (broken on 32-bit)
Diffstat (limited to 'extra')
-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
+ '
+)"