util/bash-completion.d/Makefile.am: s/mkrescure/mkrescue/g
authorMate Kukri <mate.kukri@canonical.com>
Tue, 19 Aug 2025 13:12:19 +0000 (14:12 +0100)
committerJulian Andres Klode <jak@debian.org>
Sun, 2 Nov 2025 11:08:11 +0000 (12:08 +0100)
This is a typo that was stopping this bash-completion from being
installed.

Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Gbp-Pq: Topic upstream
Gbp-Pq: Name util-bash-completion.d-Makefile.am-s-mkrescure-mkrescue-g.patch

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) \