We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33444bc commit a6231d1Copy full SHA for a6231d1
nginx-build-msys2.sh
@@ -98,7 +98,7 @@ mv -f tmp/*/CHANGES* ../docs/
98
cp -f docs/text/LICENSE ../docs/
99
cp -f docs/text/README ../docs/
100
cp -pf "${OPENSSL}/LICENSE" '../docs/OpenSSL.LICENSE'
101
-cp -pf "${PCRE}/LICENCE" '../docs/PCRE.LICENCE'
+cp -pf "${WITH_PCRE}/LICENCE" '../docs/PCRE.LICENCE'
102
sed -ne '/^ (C) 1995-20/,/^ jloup@gzip\.org/p' "${ZLIB}/README" > '../docs/zlib.LICENSE'
103
touch -r "${ZLIB}/README" '../docs/zlib.LICENSE'
104
0 commit comments