mirror of
https://github.com/Fred78290/nct6687d.git
synced 2025-07-23 07:03:04 +02:00
Merge pull request #126 from colluca/patch-1
Fix missing dh-dkms on newer Ubuntu distros
This commit is contained in:
5
Makefile
5
Makefile
@@ -71,7 +71,10 @@ debian/changelog: FORCE
|
||||
> $@
|
||||
|
||||
deb: debian/changelog
|
||||
sudo apt install -y debhelper dkms
|
||||
sudo apt install -y debhelper dkms dh-dkms
|
||||
@if apt-cache show dh-dkms > /dev/null 2>&1; then \
|
||||
sudo apt-get install -y dh-dkms; \
|
||||
fi
|
||||
dpkg-buildpackage -b -rfakeroot -us -uc
|
||||
|
||||
.PHONY: FORCE
|
||||
|
Reference in New Issue
Block a user