From 9b0320c8b47c43adce1aa5d9821b67c1fa42e1d6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 17 Jan 2023 19:48:26 +0100 Subject: v1.8 Build fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a1fd93..49f3b6e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include common.mk VERSION=$(shell dpkg-parsechangelog --show-field Version) -DISTROS=base debian11 ubuntu2204 ubuntu2210 +DISTROS=debian11 ubuntu2204 ubuntu2210 PROJECTNAME=webserver TGZNAME=$(shell ls -t ../$(PROJECTNAME)-$(VERSION).tar.xz | head -n1 | sed -e 's,^../,,') PLUGINS= \ -- cgit v1.2.3