aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@suse.com>2024-09-12 11:32:06 +0200
committerThorsten Kukuk <5908016+thkukuk@users.noreply.github.com>2024-09-12 17:32:47 +0200
commita2de804e56618b839966120dae012f3c8d7aef82 (patch)
tree5586beb3cb1d71109522a6bf6dd782dbaee58a4c /modules
parentcce619f09baf6247b32562f99497f4661068249e (diff)
downloadpam-a2de804e56618b839966120dae012f3c8d7aef82.tar.gz
pam-a2de804e56618b839966120dae012f3c8d7aef82.tar.bz2
pam-a2de804e56618b839966120dae012f3c8d7aef82.zip
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/module-meson.build2
1 files changed, 1 insertions, 1 deletions
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