From 1216bdaebc43adc9a04a2004a6da7a19956029f0 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sat, 25 Jul 2020 13:49:25 -0700 Subject: [PATCH] build: don't attempt to install .deb archives while building them Testing them is done in separate environments and installing them no longer works in Docker-based build environments (permission issues). Signed-off-by: Patrick Ohly --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a445961c..f5e35761 100644 --- a/Makefile.am +++ b/Makefile.am @@ -176,6 +176,7 @@ deb rpm : checkinstall/dist/$(distdir) checkinstall/dist/debian/control $(TYPE_$@) \ $(REQUIRES_$@) \ --fstrans=yes \ + --install=no \ --strip=no \ --pkgversion=$(VERSION_$@) \ --pkgrelease=$(RELEASE) \