summarylogtreecommitdiffstats
path: root/110-nvidia-open-change-dkms-conf.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-05-13 13:56:38 -0300
committerDaniel Bermond2022-05-13 13:56:38 -0300
commit7279d025d03c10ffa0dda6f427fec4909c27acbd (patch)
treeee05142c071e41132ea20703f86a04b9c168d5d8 /110-nvidia-open-change-dkms-conf.patch
parent125b31c1fa3695a36b4ccb2eb0e08eaf424cc080 (diff)
downloadaur-7279d025d03c10ffa0dda6f427fec4909c27acbd.tar.gz
Fix version in dkms.conf in the long run
Diffstat (limited to '110-nvidia-open-change-dkms-conf.patch')
-rw-r--r--110-nvidia-open-change-dkms-conf.patch8
1 files changed, 1 insertions, 7 deletions
diff --git a/110-nvidia-open-change-dkms-conf.patch b/110-nvidia-open-change-dkms-conf.patch
index cc973b0f4b89..c04b3d63f91c 100644
--- a/110-nvidia-open-change-dkms-conf.patch
+++ b/110-nvidia-open-change-dkms-conf.patch
@@ -1,12 +1,6 @@
--- a/kernel-open/dkms.conf
+++ b/kernel-open/dkms.conf
-@@ -1,12 +1,21 @@
- PACKAGE_NAME="nvidia"
--PACKAGE_VERSION="__VERSION_STRING"
-+PACKAGE_VERSION="515.43.04"
- AUTOINSTALL="yes"
-
- # By default, DKMS will add KERNELRELEASE to the make command line; however,
+@@ -6,7 +6,16 @@ AUTOINSTALL="yes"
# this will cause the kernel module build to infer that it was invoked via
# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
# the 'make' command name to suppress this behavior.