summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Gathoye2020-06-09 09:47:46 +0200
committerWilliam Gathoye2020-06-09 09:53:51 +0200
commit350e4c2d07a873b0988bae222909d2b235e4e02d (patch)
tree0875a0a12e7ae69747e7f995f24479382ab9d026
parent8c31530d34b1ad489c00fa676164f4d30786a12c (diff)
downloadaur-asix-dkms.tar.gz
Remove module version to avoid kernel version clash
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2746459f0e07..c3f6c60c9af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,9 +42,9 @@ prepare() {
-e 's/^KDIR.*/KDIR = \/lib\/modules\/$(KERNELRELEASE)\/build/g' \
-e 's/SUBDIRS/M/g'
- # Add module version to differenciate with the kernel module from
- # upstream/Arch Linux kernel.
- echo "MODULE_VERSION(\"${pkgver}.${pkgrel}\");" >> "${srcdir}/${_filename}/asix.c"
+ # # Add module version to differenciate with the kernel module from
+ # # upstream/Arch Linux kernel.
+ # echo "MODULE_VERSION(\"${pkgver}.${pkgrel}\");" >> "${srcdir}/${_filename}/asix.c"
}
package() {