diff options
author | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:53:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:53:04 (GMT) |
commit | 7035064ca063fdf15669ceb790ecef1e5ed054b0 (patch) | |
tree | 1f7381f8127841df5e4af29f959076a0183f47bc /snd-alpx | |
parent | a641800acf13b5fb1463d4280c3ee7fc267143fb (diff) |
fix path to dkms config
Diffstat (limited to 'snd-alpx')
-rwxr-xr-x | snd-alpx/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snd-alpx/debian/rules b/snd-alpx/debian/rules index 615a18b..53b94b4 100755 --- a/snd-alpx/debian/rules +++ b/snd-alpx/debian/rules @@ -9,7 +9,7 @@ override_dh_install: dh_install snd-alpx/* usr/src/snd-alpx-$(DEB_VERSION_UPSTREAM)/ override_dh_dkms: - dh_dkms -V $(DEB_VERSION_UPSTREAM) -- dkms.conf + dh_dkms -V $(DEB_VERSION_UPSTREAM) -- snd-alpx/dkms.conf override_dh_auto_configure: override_dh_auto_build: |