forgot to mkdir

This commit is contained in:
Pratham Patel 2023-09-23 07:15:08 +05:30
parent e28023009e
commit 9c9895ac9e
No known key found for this signature in database

View File

@ -108,6 +108,7 @@ rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
# install the kernel
mkdir -p $RPM_BUILD_ROOT/boot
cp $(%{make} -s image_name) $RPM_BUILD_ROOT/boot/vmlinuz-%{KVERREL}
chmod 755 $RPM_BUILD_ROOT/boot/vmlinuz-%{KVERREL}