Makefile: drop unconditional installation of dh-dkms

The check for a package was added along with its unconditional
installation.
This commit is contained in:
xaizek
2025-06-15 16:20:51 +03:00
parent ebbe59b205
commit 46fecbf216

View File

@@ -74,7 +74,7 @@ debian/changelog: FORCE
> $@
deb: debian/changelog
sudo apt install -y debhelper dkms dh-dkms
sudo apt install -y debhelper dkms
@if apt-cache show dh-dkms > /dev/null 2>&1; then \
sudo apt-get install -y dh-dkms; \
fi