Fix dkms patch 5.7 application. Silly mistake.
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -143,7 +143,7 @@ fi
|
|||||||
|
|
||||||
pkgname=("${_pkgname_array[@]}")
|
pkgname=("${_pkgname_array[@]}")
|
||||||
pkgver=$_driver_version
|
pkgver=$_driver_version
|
||||||
pkgrel=105
|
pkgrel=106
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.nvidia.com/"
|
url="http://www.nvidia.com/"
|
||||||
license=('custom:NVIDIA')
|
license=('custom:NVIDIA')
|
||||||
@@ -213,7 +213,7 @@ md5sums=("$_md5sum"
|
|||||||
'c44e43638e1ab708fbdd6d7aa76afcf2'
|
'c44e43638e1ab708fbdd6d7aa76afcf2'
|
||||||
'84dc2d2eff2846b2f961388b153e2a89'
|
'84dc2d2eff2846b2f961388b153e2a89'
|
||||||
'1f11f5c765e42c471b202e630e3cd407'
|
'1f11f5c765e42c471b202e630e3cd407'
|
||||||
'8b0b4fd32275a4745d55ea391f23a43e')
|
'd911a0531c6f270926cacabd1dd80f02')
|
||||||
|
|
||||||
if [ $_autoaddpatch == "true" ]; then
|
if [ $_autoaddpatch == "true" ]; then
|
||||||
# Auto-add *.patch files from $startdir to source=()
|
# Auto-add *.patch files from $startdir to source=()
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
diff --git a/kernel/conftest.sh b/kernel/conftest.sh
|
diff --git a/kernel-dkms/conftest.sh b/kernel-dkms/conftest.sh
|
||||||
index 8f807a1..af29636 100755
|
index 8f807a1..af29636 100755
|
||||||
--- a/kernel/conftest.sh
|
--- a/kernel-dkms/conftest.sh
|
||||||
+++ b/kernel/conftest.sh
|
+++ b/kernel-dkms/conftest.sh
|
||||||
@@ -143,6 +143,7 @@ test_headers() {
|
@@ -143,6 +143,7 @@ test_headers() {
|
||||||
FILES="$FILES video/nv_internal.h"
|
FILES="$FILES video/nv_internal.h"
|
||||||
FILES="$FILES asm/book3s/64/hash-64k.h"
|
FILES="$FILES asm/book3s/64/hash-64k.h"
|
||||||
|
Reference in New Issue
Block a user