summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-09-11 08:59:12 +0200
committerThomas Haller <thaller@redhat.com>2019-10-01 09:49:33 +0200
commita010fcb5f799bce8af5f497f4e2cbef75a2cdfb9 (patch)
tree4f52ad9475cfe209078d3e4a991c32b3218e1357 /meson.build
parentf5f9c071bac44a5710d47a34956ad040ef48bedd (diff)
downloadNetworkManager-a010fcb5f799bce8af5f497f4e2cbef75a2cdfb9.tar.gz
meson: Move network-config directory creation to main install file
The `ifcfg-rh` meson build file installs a new post install script to create the `network-config` directory. This has been moved to the main post install file so it's easier to find because all post install steps are together and it avoids and extra post install script execution.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 73f161485c..a5dea295fa 100644
--- a/meson.build
+++ b/meson.build
@@ -895,6 +895,8 @@ meson.add_install_script(
nm_pkgstatedir,
enable_docs ? 'install_docs' : '',
nm_mandir,
+ enable_ifcfg_rh ? 'create_network_scripts' : '',
+ nm_sysconfdir,
)
output = '\nSystem paths:\n'