From 8b9302b36494393c942aea268b4e22e530ffe6e6 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 8 Oct 2021 02:23:59 -0400 Subject: always rebuild debs for install-debs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f08e26e..c4d4f97 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ endif endif .PHONY: install-debs debs -install-debs: $(DEBS) +install-debs: debs $(shell [ "$$(id -u)" = 0 ] || echo sudo) dpkg -i $(DEBS) $(DEBS) debs: fakeroot -- sh -c 'SKIP_SYSTEMCTL=y ./debian/rules binary' -- cgit v1.2.3