guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit af5526ac3b0742dfb158ea09e9fe4ec0e1240b07 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Jun 22 13:46:07 2026 -0700 Makefile.am: Fix typo specifying linux-libre riscv configuration in aux-files. Fixes: d77f9c9eb0eba54062245ad40b84c22f74c3e9a7 which introduced the typo. * Makefile.am (AUX_FILES): Fix typo. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 03857ce16c..27fcfcd6ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -457,7 +457,7 @@ AUX_FILES = \ gnu/packages/aux-files/guix.vim \ gnu/packages/aux-files/guix-nvim.vim \ gnu/packages/aux-files/linux-libre/7.0-arm64.conf \ - gnu/packages/aux-files/linux-libre/7.0-riscv64.conf \ + gnu/packages/aux-files/linux-libre/7.0-riscv.conf \ gnu/packages/aux-files/linux-libre/7.0-x86_64.conf \ gnu/packages/aux-files/linux-libre/6.19-arm64.conf \ gnu/packages/aux-files/linux-libre/6.19-i686.conf \
