system/nvidia-legacy470-kernel: Fix typo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2024-02-12 19:46:48 +07:00 committed by Willy Sudiarto Raharjo
parent f14a76fd24
commit 00d5debb05
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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,