mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 20:24:17 +08:00
Don't pass --update to cp
Doesn't work on FreeBSD, and not strictly necessary.
This commit is contained in:
parent
4fcb574d10
commit
da60a71393
@ -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)
|
||||
==========================
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user