From a2de804e56618b839966120dae012f3c8d7aef82 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 12 Sep 2024 11:32:06 +0200 Subject: pam_env: install environment file in vendordir If vendordir is enabled, the distribution provided configuration files should be below this directory and not in /etc. --- modules/module-meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/module-meson.build') diff --git a/modules/module-meson.build b/modules/module-meson.build index 3804221e..acb70875 100644 --- a/modules/module-meson.build +++ b/modules/module-meson.build @@ -268,7 +268,7 @@ if module == 'pam_env' ) install_data( 'environment', - install_dir: sysconfdir, + install_dir: vendor_sysconfdir, install_tag: 'config', ) endif -- cgit v1.2.3