diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-02 10:52:48 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-02 10:52:48 +0200 |
commit | 5e3acd8e1f01f83ee9ec3cad51887bd09fe93a5a (patch) | |
tree | 2c3ffe527eb65a34118af457fa2759cc84afddd8 /community/ipxe | |
parent | ed39eaf93a8ea741705275d6391471f8602246bf (diff) | |
download | packages-5e3acd8e1f01f83ee9ec3cad51887bd09fe93a5a.tar.xz |
community/ipxe: do not build 64-bit efi
Diffstat (limited to 'community/ipxe')
-rw-r--r-- | community/ipxe/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipxe/PKGBUILD b/community/ipxe/PKGBUILD index 8cb65790..938eed5a 100644 --- a/community/ipxe/PKGBUILD +++ b/community/ipxe/PKGBUILD @@ -3,7 +3,7 @@ eval "$( declare -f build | \ sed ' s|bin-x86_64-efi/ipxe.efi||g - /mv.*src/bin-x86_64-efi/d + /mv.*src\/bin-x86_64-efi/d ' )" eval "$( |