diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-14 15:09:28 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-14 15:09:28 +0100 |
commit | db915a76b83f3e9a4009702d28d068e399d2c7e8 (patch) | |
tree | 8aa6b7568bba5a83bdbc7a1121ff231ca4621b8a /Makefile | |
parent | 3b42785c57768e619ade198f7b4760e16288e0f3 (diff) |
webserver v1.18v1.18
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ VERSION=$(shell dpkg-parsechangelog --show-field Version) DISTROS=base debian11 ubuntu2204 ubuntu2210 PROJECTNAME=webserver -TGZNAME=$(shell ls -t ../$(PROJECTNAME)-*.tar.xz | head -n1 | sed -e 's,^../,,') +TGZNAME=$(shell ls -t ../$(PROJECTNAME)-$(VERSION).tar.xz | head -n1 | sed -e 's,^../,,') PLUGINS= \ cgi \ fcgi \ |