mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 17:42:49 +00:00
kernel.spec: Fixed the name of the source archive
This commit is contained in:
parent
2242fbf2b9
commit
3fe250e5a9
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
%define top_dir_name kernel-%{_arch}
|
%define top_dir_name kernel-%{_arch}
|
||||||
%define build_dir ${RPM_BUILD_DIR}/%{top_dir_name}
|
%define build_dir ${RPM_BUILD_DIR}/%{top_dir_name}
|
||||||
%define src_dir %{build_dir}/linux-source-%{tar_ver}
|
%define src_dir %{build_dir}/linux-%{tar_ver}
|
||||||
|
|
||||||
# Common target directories
|
# Common target directories
|
||||||
%define _bootdir /boot
|
%define _bootdir /boot
|
||||||
|
@ -541,7 +541,7 @@ Buildarch: noarch
|
||||||
This package contains documentation files from the kernel source.
|
This package contains documentation files from the kernel source.
|
||||||
|
|
||||||
%files -n kernel-doc
|
%files -n kernel-doc
|
||||||
%doc linux-source-%{tar_ver}/Documentation/*
|
%doc linux-%{tar_ver}/Documentation/*
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue