index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-02 10:48:16 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-02 10:48:16 +0200 |
commit | ed39eaf93a8ea741705275d6391471f8602246bf (patch) | |
tree | c5e70f675de26d47aaef17c1a61c7bc5b16e1fc4 /community/ipxe/PKGBUILD | |
parent | bfc984e033d1f273d9984a7475227e9080eb4b01 (diff) |
-rw-r--r-- | community/ipxe/PKGBUILD | 14 |
diff --git a/community/ipxe/PKGBUILD b/community/ipxe/PKGBUILD new file mode 100644 index 00000000..8cb65790 --- /dev/null +++ b/community/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 + /mv.*src/bin-x86_64-efi/d + ' +)" +eval "$( + declare -f package | \ + sed ' + s|x86_64||g + ' +)" |