buildsys: let dinstall target directly depend on $(DEB)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-24 18:47:26 +02:00
parent ac8758299b
commit 6fdc701038

View File

@ -98,5 +98,5 @@ clean:
rm -f *.deb *.dsc *.changes $(PACKAGE)*.tar* *.build *.buildinfo .any-eslint-js rm -f *.deb *.dsc *.changes $(PACKAGE)*.tar* *.build *.buildinfo .any-eslint-js
.PHONY: dinstall .PHONY: dinstall
dinstall: deb dinstall: $(DEB)
dpkg -i $(DEB) dpkg -i $(DEB)