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:
Yichun Zhang (agentzh) 2017-08-08 20:17:10 -07:00
parent b1a85d924b
commit 9d36d4f069
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -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