summaryrefslogtreecommitdiff
path: root/sysctl.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-05-16 15:57:55 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-05-19 10:24:43 +0900
commit097c072d83cc7dbb2518ad37b66d95ece27abaa8 (patch)
tree7255469287631b12ce1e269307ea0fc2924917e9 /sysctl.d
parent8feaea5e3d907ae6ee397d581eafa8db5d75da4b (diff)
downloadsystemd-097c072d83cc7dbb2518ad37b66d95ece27abaa8.tar.gz
meson: use conf configuration_data object to generate test-sysusers.sh
I wanted to use jinja2 templating here too, but it's hard to get right: custom_target() strips the executable bit by default (unlike configure_file apparently). custom_target() has install_mode setting, but it was only added in meson-0.47, so it can't be used while we support 0.46. And without the executable bit the test is not invoked properly. For example, "root-unittests" in the debian package calls test-* after installation, so the executable bit there is necessary. It would be possible to adjust the file mode after the fact, but it would make things more complicated. So let's use the native meson substitutions here. We don't need anything more fancy.
Diffstat (limited to 'sysctl.d')
0 files changed, 0 insertions, 0 deletions