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 e91046d264
commit 6b5d11f760
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 %posttrans common
set -eu set -eu
EFI_HOME=/boot/efi/EFI/fedora EFI_HOME=%{efi_esp_dir}
GRUB_HOME=/boot/grub2 GRUB_HOME=/boot/grub2
if test ! -f ${EFI_HOME}/grub.cfg; then if test ! -f ${EFI_HOME}/grub.cfg; then