From 501d04c22e76152da8ff009d3a9b017fc75e8dcc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 4 Jan 2022 19:39:35 +0100 Subject: Fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89fc609..3750d74 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include common.mk VERSION=$(shell dpkg-parsechangelog --show-field Version) -DISTROS=base debian10 debian11 ubuntu2004 ubuntu2104 ubuntu2110 ubuntu2204 +DISTROS=base base-i386 debian10 debian11 ubuntu2004 ubuntu2104 ubuntu2110 ubuntu2204 PROJECTNAME=webserver PLUGINS= \ cgi \ @@ -99,7 +99,7 @@ deb-src: $(DISTROS): deb-src sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../webserver_$(VERSION).dsc - debsign result/$@/webserver_$(VERSION)_amd64.changes + -debsign result/$@/webserver_$(VERSION)_amd64.changes debs: $(DISTROS) -- cgit v1.2.3