From d73e0cbe7e136c6038dc519e0c8eed6b4bf661b8 Mon Sep 17 00:00:00 2001 From: Benjamin Pereto Date: Sun, 1 Apr 2018 19:22:35 +0000 Subject: [PATCH] FIX: broken rpm build introduced in 61faef, which fails with "missing directory for 20-grubby.install" --- grub2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/grub2.spec b/grub2.spec index ffaa495..4106cad 100644 --- a/grub2.spec +++ b/grub2.spec @@ -214,6 +214,7 @@ EOF # Install kernel-install scripts install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE9} +install -d %{buildroot}%{_sysconfdir}/kernel/install.d ln -sf /dev/null %{buildroot}%{_sysconfdir}/kernel/install.d/20-grubby.install ln -sf /dev/null %{buildroot}%{_sysconfdir}/kernel/install.d/90-loaderentry.install