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 <patrick.ohly@intel.com>
This commit is contained in:
Patrick Ohly 2020-07-25 13:49:25 -07:00
parent b649bf454c
commit 1216bdaebc
1 changed files with 1 additions and 0 deletions

View File

@ -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) \