mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/nvidia-legacy470-kernel: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f14a76fd24
commit
00d5debb05
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ find -L . \
|
|||
unset ARCH
|
||||
|
||||
# Patch for latest 6.x kernels:
|
||||
patch -p2 < $CWD/nvidia-read_lock-unlock.patch
|
||||
patch -p2 < $CWD/nvidia-rcu_read_lock-unlock.patch
|
||||
|
||||
# CC=${CC:-gcc} suppresses an otherwise harmless "compiler mismatch"
|
||||
# message. If you custom-build your kernel with clang,
|
||||
|
|
Loading…
Reference in a new issue