From 41a6e23db90d9ee160b9e108220c81af640cc03f Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 28 May 2020 13:59:16 -0400 Subject: apt install equivs before running mk-build-deps --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 54658af..b60f052 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ stack: build-deps: build-deps-stamp build-deps-stamp: build-deps.control + sudo apt --no-upgrade install equivs sudo mk-build-deps --root-cmd sudo build-deps.control --install --remove touch $@ -- cgit v1.2.3