From: Mate Kukri Date: Tue, 19 Aug 2025 13:12:19 +0000 (+0100) Subject: util/bash-completion.d/Makefile.am: s/mkrescure/mkrescue/g X-Git-Tag: archive/raspbian/2.14_git20250718.0e36779-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08c859ea6e6cbcb33e66ed334c7d56ff462b13c7;p=grub2.git 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 Gbp-Pq: Topic upstream Gbp-Pq: Name util-bash-completion.d-Makefile.am-s-mkrescure-mkrescue-g.patch --- diff --git a/util/bash-completion.d/Makefile.am b/util/bash-completion.d/Makefile.am index 33fff95..ede14af 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) \