1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

meson: install test-network-generator-conversion.sh even if networkd is not enabled

Follow-up for 987dd89c77.

(cherry picked from commit b322e683ac)
This commit is contained in:
Yu Watanabe 2022-01-06 19:04:54 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 41134e766a
commit c6e4d8d9bd

View File

@ -127,12 +127,10 @@ 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
endif
############################################################