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
|
@ -532,7 +532,7 @@ _END_
|
||||||
cd 'build';
|
cd 'build';
|
||||||
|
|
||||||
push @make_install_cmds, "mkdir -p \$(DESTDIR)$prefix/",
|
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
|
# build 3rd-party C libraries if required
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue