Don't pass --update to cp

Doesn't work on FreeBSD, and not strictly necessary.
This commit is contained in:
Nikolaus Rath 2017-08-11 10:42:58 +02:00
parent 4fcb574d10
commit da60a71393
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ Unreleased Changes
flag had no effect in the previous versions of libfuse 3.x;
now ACLs should actually work.
* Fixed a number of compilation problems under FreeBSD.
libfuse 3.1.1 (2017-08-06)
==========================

View File

@ -15,7 +15,7 @@ test_scripts = [ 'conftest.py', 'pytest.ini', 'test_examples.py',
'util.py', 'test_ctests.py' ]
td += custom_target('test_scripts', input: test_scripts,
output: test_scripts, build_by_default: true,
command: ['cp', '-fPu', '--preserve=mode',
command: ['cp', '-fP', '--preserve=mode',
'@INPUT@', meson.current_build_dir() ])
# Provide something helpful when running 'ninja test'