Skip to content

Commit a6231d1

Browse files
committed
build: fix pcre2 license
1 parent 33444bc commit a6231d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-build-msys2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mv -f tmp/*/CHANGES* ../docs/
9898
cp -f docs/text/LICENSE ../docs/
9999
cp -f docs/text/README ../docs/
100100
cp -pf "${OPENSSL}/LICENSE" '../docs/OpenSSL.LICENSE'
101-
cp -pf "${PCRE}/LICENCE" '../docs/PCRE.LICENCE'
101+
cp -pf "${WITH_PCRE}/LICENCE" '../docs/PCRE.LICENCE'
102102
sed -ne '/^ (C) 1995-20/,/^ jloup@gzip\.org/p' "${ZLIB}/README" > '../docs/zlib.LICENSE'
103103
touch -r "${ZLIB}/README" '../docs/zlib.LICENSE'
104104

0 commit comments

Comments
 (0)