mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix kernel-6.3.patch relative path
This commit is contained in:
parent
cdd51e0d80
commit
3d0a6fd5ef
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -56,7 +56,7 @@ prepare() {
|
|||
cd kernel
|
||||
|
||||
# From Ike Devolder
|
||||
patch -Np1 -i ../kernel-6.3.patch
|
||||
patch -Np1 -i ../../kernel-6.3.patch
|
||||
|
||||
sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
|
||||
sed -i 's/__JOBS/`nproc`/' dkms.conf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue