diff options
-rw-r--r-- | kernel.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 06a6bdadc..1c7626b50 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1840,7 +1840,7 @@ fi %if %{1}\ %{expand:%%files %{?2}}\ %defattr(-,root,root)\ -%attr(600,root,root) /%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?2:.%{2}}\ +/%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?2:.%{2}}\ %attr(600,root,root) /boot/System.map-%{KVERREL}%{?2:.%{2}}\ /boot/config-%{KVERREL}%{?2:.%{2}}\ %dir /lib/modules/%{KVERREL}%{?2:.%{2}}\ |