fix gzip command
This commit is contained in:
parent
ab3cbaeab1
commit
a42eaef1be
|
@ -82,7 +82,7 @@ mkdir -p $VMLINUX_PATH
|
||||||
cd %{_builddir}/zen-kernel-%{version}-%{zen}
|
cd %{_builddir}/zen-kernel-%{version}-%{zen}
|
||||||
|
|
||||||
# Compress vmlinux and move it to the vmlinuz path
|
# Compress vmlinux and move it to the vmlinuz path
|
||||||
gzip -c vmlinux > $VMLINUX_PATH/vmlinuz-%{version}-%{zen}
|
gzip -c vmlinux > $VMLINUX_PATH/vmlinuz-%{version}-%{zen}.fc39.x86_64
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/boot/vmlinuz-%{version}-%{zen}
|
/boot/vmlinuz-%{version}-%{zen}
|
||||||
|
|
Loading…
Reference in New Issue