summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-08 02:23:59 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-08 04:01:58 -0400
commit8b9302b36494393c942aea268b4e22e530ffe6e6 (patch)
treed4dd9caecd226caba9d34e0138262cb0d205a069
parent07f88c96a6fd5c66c1883c7170e665d18c38861c (diff)
always rebuild debs for install-debs
-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'