diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-17 19:48:26 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-17 19:48:26 +0100 |
commit | 9b0320c8b47c43adce1aa5d9821b67c1fa42e1d6 (patch) | |
tree | fcfbd844e6e179ddc3b2a89f4248db1f3fd0fc19 /Makefile | |
parent | db915a76b83f3e9a4009702d28d068e399d2c7e8 (diff) |
v1.8 Build fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= \ |