projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155e1bb
)
meson: install test-network-generator-conversion.sh even if networkd is not enabled
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 6 Jan 2022 10:04:54 +0000
(19:04 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 6 Jan 2022 11:14:39 +0000
(20:14 +0900)
Follow-up for
987dd89c775815831ae21736fe60aef59cb7a6fa
.
test/meson.build
patch
|
blob
|
history
diff --git
a/test/meson.build
b/test/meson.build
index 7d94032d09ef12a9b5bfb67660139241e7424ee5..95e61f827cffc564832cf1d0f0f1d3a96ea5f76b 100644
(file)
--- a/
test/meson.build
+++ b/
test/meson.build
@@
-127,11
+127,9
@@
if install_tests
install_mode : 'rwxr-xr-x',
install_dir : testsdir)
- if conf.get('ENABLE_NETWORKD') == 1
- install_data('test-network-generator-conversion.sh',
- install_mode : 'rwxr-xr-x',
- install_dir : testsdir)
- endif
+ install_data('test-network-generator-conversion.sh',
+ install_mode : 'rwxr-xr-x',
+ install_dir : testsdir)
endif
############################################################