meson: create dirs and touch /usr

This is the equivalent of $(INSTALL_DIRS) and install-touch-usr-hook.
I did not bother to create the directories into which we install files,
since they will be created anyway.

v2:
- remove bashism
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2017-04-09 23:55:05 -04:00
parent 2d9f0c6878
commit 94e75a5409
9 changed files with 57 additions and 0 deletions

View File

@@ -18,3 +18,6 @@ foreach file : in_files
install_data(gen,
install_dir : sysctldir)
endforeach
meson.add_install_script('sh', '-c',
mkdir_p.format(sysconfdir + '/sysctl.d'))