Add %{_libexecdir}/installkernel directory to the %files list
Only the %{_libexecdir}/installkernel/installkernel file was added to the %files directive, but the dir containing the file should also be listed. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
e10461b754
commit
9e23454f08
@ -87,6 +87,7 @@ meant to only be used for legacy compatibility users with existing grubby users.
|
||||
%license COPYING
|
||||
%dir %{_libexecdir}/grubby
|
||||
%attr(0755,root,root) %{_libexecdir}/grubby/grubby
|
||||
%dir %{_libexecdir}/installkernel
|
||||
%attr(0755,root,root) %{_libexecdir}/installkernel/installkernel
|
||||
%attr(0755,root,root) %{_sbindir}/grubby
|
||||
%attr(0755,root,root) %{_sbindir}/installkernel
|
||||
|
Loading…
Reference in New Issue
Block a user