diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-01-04 19:39:35 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-01-04 19:39:35 +0100 |
commit | 501d04c22e76152da8ff009d3a9b017fc75e8dcc (patch) | |
tree | c48818852d5a45606d52d910be06b1be8cfef367 | |
parent | 3a243a4250076d2e7dc59e0cf92d8b8125943c71 (diff) |
Fix makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |