summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f08e26e..c4d4f97 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ endif
74endif 74endif
75 75
76.PHONY: install-debs debs 76.PHONY: install-debs debs
77install-debs: $(DEBS) 77install-debs: debs
78 $(shell [ "$$(id -u)" = 0 ] || echo sudo) dpkg -i $(DEBS) 78 $(shell [ "$$(id -u)" = 0 ] || echo sudo) dpkg -i $(DEBS)
79$(DEBS) debs: 79$(DEBS) debs:
80 fakeroot -- sh -c 'SKIP_SYSTEMCTL=y ./debian/rules binary' 80 fakeroot -- sh -c 'SKIP_SYSTEMCTL=y ./debian/rules binary'