]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
util/bash-completion.d/Makefile.am: s/mkrescure/mkrescue/g
authorMate Kukri <mate.kukri@canonical.com>
Tue, 19 Aug 2025 13:13:10 +0000 (14:13 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 4 Sep 2025 12:37:20 +0000 (14:37 +0200)
This is a typo that was stopping this bash-completion from being installed.

Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/bash-completion.d/Makefile.am

index 33fff954647b388b6d5387692ed99299bbccf20f..ede14afcfddae4bad8e91f0ca1a04e1e6a20bfca 100644 (file)
@@ -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) \