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

Follow-up for 987dd89c77.
This commit is contained in:
Yu Watanabe 2022-01-06 19:04:54 +09:00
parent 155e1bb4e7
commit b322e683ac

View file

@ -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
############################################################