From c287b2872545437013319b9fc72d241f0a127f3d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 9 Apr 2021 10:08:55 +0200 Subject: [PATCH] buildsys: dinstall: only install server/client debs Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 44bff68f..59c05184 100644 --- a/Makefile +++ b/Makefile @@ -125,8 +125,8 @@ clean: find . -name '*~' -exec rm {} ';' .PHONY: dinstall -dinstall: ${DEBS} - dpkg -i ${DEBS} +dinstall: ${SERVER_DEB} ${SERVER_DBG_DEB} ${CLIENT_DEB} ${CLIENT_DBG_DEB} + dpkg -i $^ # make sure we build binaries before docs docs: cargo-build