mirror of
https://abf.rosa.ru/djam/kernel-5.10.git
synced 2025-02-24 17:22:50 +00:00
Explicitly specify 'x86' in the path to bzImage
This commit is contained in:
parent
6e763e9b52
commit
7427d5561d
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ BuildKernel() {
|
|||
install -m 644 .config %{temp_boot}/config-$KernelVer
|
||||
xz -c Module.symvers > %{temp_boot}/symvers-$KernelVer.xz
|
||||
|
||||
cp -f arch/%{arch_suffix}/boot/bzImage %{temp_boot}/vmlinuz-$KernelVer
|
||||
cp -f arch/x86/boot/bzImage %{temp_boot}/vmlinuz-$KernelVer
|
||||
|
||||
# modules
|
||||
install -d %{temp_modules}/$KernelVer
|
||||
|
|
Loading…
Add table
Reference in a new issue