diff options
author | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:52:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:52:23 (GMT) |
commit | a641800acf13b5fb1463d4280c3ee7fc267143fb (patch) | |
tree | 248b647a682f71d9eb90d14d24081368ea905a42 /snd-alpx/debian/rules | |
parent | cc4badffe0e02d159c21eb90ea080a6a2f90cb4b (diff) |
import whole driver package
Diffstat (limited to 'snd-alpx/debian/rules')
-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 0709c94..615a18b 100755 --- a/snd-alpx/debian/rules +++ b/snd-alpx/debian/rules @@ -6,7 +6,7 @@ include /usr/share/dpkg/pkg-info.mk dh $@ --with dkms override_dh_install: - dh_install * usr/src/snd-alpx-$(DEB_VERSION_UPSTREAM)/ + dh_install snd-alpx/* usr/src/snd-alpx-$(DEB_VERSION_UPSTREAM)/ override_dh_dkms: dh_dkms -V $(DEB_VERSION_UPSTREAM) -- dkms.conf |