fix: missing dh-dkms package on debian

This commit is contained in:
Gustavo Alkmim 2024-08-23 01:38:03 +00:00 committed by GitHub
parent 0ee35ed954
commit 4a8189e913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ debian/changelog: FORCE
> $@
deb: debian/changelog
sudo apt install -y debhelper dkms
sudo apt install -y debhelper dkms dh-dkms
dpkg-buildpackage -b -rfakeroot -us -uc
.PHONY: FORCE