From de72f3998573f9a607bbba87f0ca1c091d57bad0 Mon Sep 17 00:00:00 2001 From: Mate Kukri Date: Tue, 19 Aug 2025 14:13:10 +0100 Subject: [PATCH] util/bash-completion.d/Makefile.am: s/mkrescure/mkrescue/g This is a typo that was stopping this bash-completion from being installed. Signed-off-by: Mate Kukri Reviewed-by: Daniel Kiper --- util/bash-completion.d/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/bash-completion.d/Makefile.am b/util/bash-completion.d/Makefile.am index 33fff9546..ede14afcf 100644 --- a/util/bash-completion.d/Makefile.am +++ b/util/bash-completion.d/Makefile.am @@ -50,7 +50,7 @@ CLEANFILES = $(bash_completion_script) \ $(grub_mkfont_script) \ $(grub_mkimage_script) \ $(grub_mkpasswd_pbkdf2_script) \ - $(grub_mkrescure_script) \ + $(grub_mkrescue_script) \ $(grub_probe_script) \ $(grub_reboot_script) \ $(grub_script_check_script) \ @@ -67,7 +67,7 @@ bashcompletion_DATA = $(bash_completion_script) \ $(grub_mkfont_script) \ $(grub_mkimage_script) \ $(grub_mkpasswd_pbkdf2_script) \ - $(grub_mkrescure_script) \ + $(grub_mkrescue_script) \ $(grub_probe_script) \ $(grub_reboot_script) \ $(grub_script_check_script) \