mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: do not abort make install
when copying COPYRIGHT fails (the destination could be the same file on Windows, for example).
This commit is contained in:
parent
b1a85d924b
commit
9d36d4f069
2
util/configure
vendored
2
util/configure
vendored
@ -532,7 +532,7 @@ _END_
|
||||
cd 'build';
|
||||
|
||||
push @make_install_cmds, "mkdir -p \$(DESTDIR)$prefix/",
|
||||
"cp $root_dir/COPYRIGHT \$(DESTDIR)$prefix/";
|
||||
"-cp $root_dir/COPYRIGHT \$(DESTDIR)$prefix/";
|
||||
|
||||
# build 3rd-party C libraries if required
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user