mirror of
https://github.com/Fred78290/nct6687d
synced 2024-12-27 09:58:42 +01:00
fix: missing dh-dkms package on debian
This commit is contained in:
parent
0ee35ed954
commit
4a8189e913
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ debian/changelog: FORCE
|
||||||
> $@
|
> $@
|
||||||
|
|
||||||
deb: debian/changelog
|
deb: debian/changelog
|
||||||
sudo apt install -y debhelper dkms
|
sudo apt install -y debhelper dkms dh-dkms
|
||||||
dpkg-buildpackage -b -rfakeroot -us -uc
|
dpkg-buildpackage -b -rfakeroot -us -uc
|
||||||
|
|
||||||
.PHONY: FORCE
|
.PHONY: FORCE
|
||||||
|
|
Loading…
Reference in a new issue