bugfix: do not abort `make install` when copying COPYRIGHT fails (the destination could be the same file on Windows, for example).

pull/247/head
Yichun Zhang (agentzh) 7 years ago
parent b1a85d924b
commit 9d36d4f069

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…
Cancel
Save