mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/nvidia-legacy390-kernel: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c63f0c6e42
commit
8c9dad5482
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue