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:
Benjamin Herrenschmidt 2021-06-10 10:28:48 +02:00 committed by Javier Martinez Canillas
parent 0807216694
commit 5a095a7619
No known key found for this signature in database
GPG key ID: C751E590D63F3D69

View file

@ -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