summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2025-05-01 20:25:48 (GMT)
committerChristian Pointner <equinox@helsinki.at>2025-05-01 20:48:51 (GMT)
commit829bf65b9d6813528cf83a99503955d8894b5bde (patch)
tree84a034e9f26f8597d2897ca3d8f3f55ec7851eaa
parent2f0f51426a2331873c2f3795c2ea2290ad04fcab (diff)
rename pcxhr module name to not clash with existing module
-rw-r--r--snd-pcxhr-dkms/src/dkms.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/snd-pcxhr-dkms/src/dkms.conf b/snd-pcxhr-dkms/src/dkms.conf
index bf43b0c..e43bdfb 100644
--- a/snd-pcxhr-dkms/src/dkms.conf
+++ b/snd-pcxhr-dkms/src/dkms.conf
@@ -3,5 +3,6 @@ PACKAGE_VERSION="2.0.13"
CLEAN="make clean"
MAKE[0]="make all KVERSION=$kernelver"
BUILT_MODULE_NAME[0]="snd-pcxhr"
+DEST_MODULE_NAME[0]="snd-pcxhr-ng"
DEST_MODULE_LOCATION[0]="/updates"
AUTOINSTALL="yes"