From 94e75a54097b32252ef86e9253a288db7529f1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 9 Apr 2017 23:55:05 -0400 Subject: 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 --- sysctl.d/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysctl.d') diff --git a/sysctl.d/meson.build b/sysctl.d/meson.build index a8cf868a9b..cdd95f857a 100644 --- a/sysctl.d/meson.build +++ b/sysctl.d/meson.build @@ -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')) -- cgit v1.2.1