diff options
Diffstat (limited to 'sysutils/fusefs-sshfs/files/patch-test_meson.build')
-rw-r--r-- | sysutils/fusefs-sshfs/files/patch-test_meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/fusefs-sshfs/files/patch-test_meson.build b/sysutils/fusefs-sshfs/files/patch-test_meson.build new file mode 100644 index 000000000000..994ceaabc377 --- /dev/null +++ b/sysutils/fusefs-sshfs/files/patch-test_meson.build @@ -0,0 +1,11 @@ +--- 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' |