]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commitdiff
Win32: fixed PCRE license for nginx/Windows zip.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Jun 2025 18:46:00 +0000 (22:46 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Wed, 25 Jun 2025 10:19:13 +0000 (14:19 +0400)
misc/GNUmakefile

index 724014ab09eee9a30f7716c6951f29c33f1b32a9..22eed135f1294c5abc5ebc6c78d36a6e46c6caf1 100644 (file)
@@ -110,7 +110,7 @@ zip: export
        cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE.txt                        \
                $(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
 
-       cp -p $(OBJS)/lib/$(PCRE)/LICENCE                               \
+       cp -p $(OBJS)/lib/$(PCRE)/LICENCE.md                            \
                $(TEMP)/$(NGINX)/docs/PCRE.LICENCE
 
        sed -ne '/^ (C) 1995-20/,/^  jloup@gzip\.org/p'                 \