system/nvidia-legacy390-kernel: Fix typo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2024-03-22 08:51:22 +07:00 committed by Willy Sudiarto Raharjo
parent c63f0c6e42
commit 8c9dad5482
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -91,7 +91,7 @@ find -L . \
if [ "${KERNEL66:-no}" = "yes" ]; then
patch -p1 < $CWD/patches/kernel-6.2.patch
patch -p1 < $CWD/patches/kernel-6.3.patch
if [ "$ARCH" = "x86_64" ]; then
if [ "$TARGET" = "x86_64" ]; then
patch -p1 < $CWD/patches/kernel-6.3_64.patch
fi
patch -p1 < $CWD/patches/kernel-6.4.patch