mirror of
https://github.com/nginx/nginx.git
synced 2025-02-03 03:50:35 -06:00
fix "make zip", the bug has been introduced in r2841
This commit is contained in:
parent
6091c8c33e
commit
9616130cd5
@ -7,7 +7,7 @@ TEMP = tmp
|
|||||||
OBJS = objs.msvc8
|
OBJS = objs.msvc8
|
||||||
OPENSSL = openssl-0.9.8k
|
OPENSSL = openssl-0.9.8k
|
||||||
ZLIB = zlib-1.2.3
|
ZLIB = zlib-1.2.3
|
||||||
PCRE = pcre-4.4
|
PCRE = pcre-7.9
|
||||||
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@ -94,8 +94,8 @@ zip:
|
|||||||
cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE \
|
cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE \
|
||||||
$(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
|
$(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
|
||||||
|
|
||||||
cp -p $(OBJS)/lib/$(PCRE)/COPYING \
|
cp -p $(OBJS)/lib/$(PCRE)/LICENCE \
|
||||||
$(TEMP)/$(NGINX)/docs/PCRE.COPYING
|
$(TEMP)/$(NGINX)/docs/PCRE.LICENCE
|
||||||
|
|
||||||
perl -ne 'print if /^ \(C\) 1995-2004/ .. /^ jloup\@gzip.org/' \
|
perl -ne 'print if /^ \(C\) 1995-2004/ .. /^ jloup\@gzip.org/' \
|
||||||
$(OBJS)/lib/$(ZLIB)/README \
|
$(OBJS)/lib/$(ZLIB)/README \
|
||||||
|
Loading…
Reference in New Issue
Block a user