From 7b8aa15ee91b5d9cc93becae1540b24cf52ed7c2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Nov 2017 21:59:09 +0100 Subject: extra/gnu-efi-list: do not build and deploy apps (broken on 32-bit) --- extra/gnu-efi-libs/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extra/gnu-efi-libs/PKGBUILD (limited to 'extra/gnu-efi-libs') 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 + ' +)" -- cgit v1.2.3-54-g00ecf