#4 FIX: broken rpm build introduced in 61faef
Closed 6 years ago by pjones. Opened 6 years ago by bpereto.
rpms/ bpereto/grub2 fix/kernel-install-scripts  into  master

file modified
+1
@@ -214,6 +214,7 @@ 

  

  # 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

  

rpmbuild fails with "missing directory for ln -sf 20-grubby.install", because the directory does not exist.

Thanks, I've pushed this to master.

Pull-Request has been closed by pjones

6 years ago