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 <mate.kukri@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Mate Kukri 2025-08-19 14:13:10 +01:00 committed by Daniel Kiper
parent 14c2966c72
commit de72f39985

View File

@ -50,7 +50,7 @@ CLEANFILES = $(bash_completion_script) \
$(grub_mkfont_script) \ $(grub_mkfont_script) \
$(grub_mkimage_script) \ $(grub_mkimage_script) \
$(grub_mkpasswd_pbkdf2_script) \ $(grub_mkpasswd_pbkdf2_script) \
$(grub_mkrescure_script) \ $(grub_mkrescue_script) \
$(grub_probe_script) \ $(grub_probe_script) \
$(grub_reboot_script) \ $(grub_reboot_script) \
$(grub_script_check_script) \ $(grub_script_check_script) \
@ -67,7 +67,7 @@ bashcompletion_DATA = $(bash_completion_script) \
$(grub_mkfont_script) \ $(grub_mkfont_script) \
$(grub_mkimage_script) \ $(grub_mkimage_script) \
$(grub_mkpasswd_pbkdf2_script) \ $(grub_mkpasswd_pbkdf2_script) \
$(grub_mkrescure_script) \ $(grub_mkrescue_script) \
$(grub_probe_script) \ $(grub_probe_script) \
$(grub_reboot_script) \ $(grub_reboot_script) \
$(grub_script_check_script) \ $(grub_script_check_script) \