From 2021dcd990500ed9939b2890235d9ff6e843341b Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Sat, 11 Aug 2018 22:07:38 +0200 Subject: [PATCH] Add %{_libexecdir}/installkernel directory to the %files list Only the %{_libexecdir}/installkernel/installkernel-bls file was added to the %files directive but the dir containing the file should also be listed. Signed-off-by: Javier Martinez Canillas --- grub2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/grub2.spec b/grub2.spec index 03920ba..99549b1 100644 --- a/grub2.spec +++ b/grub2.spec @@ -323,6 +323,7 @@ fi %{_prefix}/lib/kernel/install.d/20-grub.install %{_sysconfdir}/kernel/install.d/20-grubby.install %{_sysconfdir}/kernel/install.d/90-loaderentry.install +%dir %{_libexecdir}/installkernel %{_libexecdir}/installkernel/installkernel-bls %attr(0755,root,root) %{_sbindir}/installkernel %dir %{_datarootdir}/grub