From: Christian Storm <[email protected]> Commit 1ae3ed8 added the autoconf-archive dependency for Debian while not for Arch Linux for which it's also required.
Signed-off-by: Christian Storm <[email protected]> --- docs/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 65fa377..d77ec11 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -16,7 +16,7 @@ git submodule update --init pacman -S gnu-efi-libs pciutils # build tools -pacman -S gcc make automake autoconf libtool pkg-config python +pacman -S gcc make automake autoconf autoconf-archive libtool pkg-config python # test dependencies pacman -S check bash-bats -- 2.37.2 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20220824122452.53169-1-christian.storm%40siemens.com.
