summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-01-04 19:39:35 +0100
committerRoland Reichwein <mail@reichwein.it>2022-01-04 19:39:35 +0100
commit501d04c22e76152da8ff009d3a9b017fc75e8dcc (patch)
treec48818852d5a45606d52d910be06b1be8cfef367
parent3a243a4250076d2e7dc59e0cf92d8b8125943c71 (diff)
Fix makefile
-rw-r--r--Makefile4
1 files 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)