summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-28 13:59:16 -0400
committerAndrew Cady <d@jerkface.net>2020-05-28 13:59:16 -0400
commit41a6e23db90d9ee160b9e108220c81af640cc03f (patch)
tree2aed7004b5fd6f5a1928634d869a3d7d5edd74b6
parent90428f403de27fa3a93516e8a1edc34959db5712 (diff)
apt install equivs before running mk-build-deps
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54658af..b60f052 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ stack:
21 21
22build-deps: build-deps-stamp 22build-deps: build-deps-stamp
23build-deps-stamp: build-deps.control 23build-deps-stamp: build-deps.control
24 sudo apt --no-upgrade install equivs
24 sudo mk-build-deps --root-cmd sudo build-deps.control --install --remove 25 sudo mk-build-deps --root-cmd sudo build-deps.control --install --remove
25 touch $@ 26 touch $@
26 27