diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-19 16:04:48 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-07-08 01:58:23 -0400 |
commit | e7d87b6f58c653c3962479f59867397ffc15c32f (patch) | |
tree | 61e39ad22650fbe94d5bdb9c9b2edd263aa14dc3 /test cases/common/252 install data structured/dir3 | |
parent | b89451847af56dc5f224a0e09605ad965d58aabe (diff) | |
download | meson-e7d87b6f58c653c3962479f59867397ffc15c32f.zip meson-e7d87b6f58c653c3962479f59867397ffc15c32f.tar.gz meson-e7d87b6f58c653c3962479f59867397ffc15c32f.tar.bz2 |
implement the new preserve_path kwarg for install_data too
Primarily interesting to me because it is then available for the python
module's install_sources method.
Based on the new feature in install_headers.
Diffstat (limited to 'test cases/common/252 install data structured/dir3')
4 files changed, 0 insertions, 0 deletions
diff --git a/test cases/common/252 install data structured/dir3/bad b/test cases/common/252 install data structured/dir3/bad new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test cases/common/252 install data structured/dir3/bad diff --git a/test cases/common/252 install data structured/dir3/file1 b/test cases/common/252 install data structured/dir3/file1 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test cases/common/252 install data structured/dir3/file1 diff --git a/test cases/common/252 install data structured/dir3/file2 b/test cases/common/252 install data structured/dir3/file2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test cases/common/252 install data structured/dir3/file2 diff --git a/test cases/common/252 install data structured/dir3/file3 b/test cases/common/252 install data structured/dir3/file3 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test cases/common/252 install data structured/dir3/file3 |