grub - remove dependency on nonexistant os-prober
This commit is contained in:
parent
14ce2e3877
commit
a0eddfc85c
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ config_opts += --disable-efiemu
|
|||
config_opts += --disable-werror
|
||||
config_opts += --disable-device-mapper
|
||||
|
||||
post_install = mv -v $(DESTDIR)/etc/bash_completion.d/grub $(DESTDIR)/usr/share/bash-completion/completions
|
||||
define post_install
|
||||
mv -v $(DESTDIR)/etc/bash_completion.d/grub $(DESTDIR)/usr/share/bash-completion/completions
|
||||
rm -rf $(DESTDIR)/etc/grub.d/30_os-prober
|
||||
endef
|
||||
|
||||
include targets.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue