ports/sysutils/fusefs-sshfs/files/patch-test_meson.build
Stefan Eßer a9e0dfb648 Upgrade to version SSHFS version 3.3.0.
Approved by:	bofh
2017-10-28 21:36:28 +00:00

11 lines
503 B
Text

--- test/meson.build.orig 2017-09-20 17:08:27 UTC
+++ test/meson.build
@@ -2,7 +2,7 @@ test_scripts = [ 'conftest.py', 'pytest.ini', 'test_ss
'util.py' ]
custom_target('test_scripts', input: test_scripts,
output: test_scripts, build_by_default: true,
- command: ['cp', '-fP', '--preserve=mode',
+ command: ['cp', '-fPp',
'@INPUT@', meson.current_build_dir() ])
# Provide something helpful when running 'ninja test'