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:
parent
14c2966c72
commit
de72f39985
@ -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) \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user