34 lines
907 B
Diff
34 lines
907 B
Diff
From 625cc7b2fdba3e489865c42fddc48b72b3bfecd4 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Wed, 2 May 2018 11:26:04 -0400
|
|
Subject: [PATCH 10/11] efi-rpm-macros.spec: don't use efi-rpm-macros
|
|
definitions for paths
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
efi-rpm-macros.spec.in | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/efi-rpm-macros.spec.in b/efi-rpm-macros.spec.in
|
|
index fce2f5ff296..1835d20e08f 100644
|
|
--- a/efi-rpm-macros.spec.in
|
|
+++ b/efi-rpm-macros.spec.in
|
|
@@ -60,10 +60,10 @@ machine bootloaders and tools.
|
|
|
|
%files -n efi-filesystem
|
|
%defattr(0700,root,root,-)
|
|
-%dir %{efi_esp_root}
|
|
-%dir %{efi_esp_efi}
|
|
-%dir %{efi_esp_dir}
|
|
-%dir %{efi_esp_boot}
|
|
+%dir /boot/efi
|
|
+%dir /boot/efi/EFI
|
|
+%dir /boot/efi/EFI/BOOT
|
|
+%dir /boot/efi/EFI/%{_efi_vendor_}
|
|
|
|
%changelog
|
|
* Tue May 01 2018 Peter Jones <pjones@redhat.com> - 2-1
|
|
--
|
|
2.14.3
|
|
|