Use the proper macro instead of hard coding fedora
The efi-srpm-macros package contais a macro for the ESP vendor directory to make sure that the correct one for each distro is used. But the grub2 package is instead hardcoding it to "fedora", use the macro instead. Signed-off-by: Benjamin Herrenschmidt <benh@amazon.com> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
e91046d264
commit
6b5d11f760
@ -350,7 +350,7 @@ rm -r /boot/grub2.tmp/ || :
|
||||
%posttrans common
|
||||
set -eu
|
||||
|
||||
EFI_HOME=/boot/efi/EFI/fedora
|
||||
EFI_HOME=%{efi_esp_dir}
|
||||
GRUB_HOME=/boot/grub2
|
||||
|
||||
if test ! -f ${EFI_HOME}/grub.cfg; then
|
||||
|
Loading…
Reference in New Issue
Block a user