From 9c018ff12e1d88da106ff85d1c9b002b438f49e5 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 5 Dec 2019 17:32:20 +0100 Subject: [PATCH] use a more sensible prefix for system config files Signed-off-by: Nils Philippsen --- distgit_bugzilla_sync/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distgit_bugzilla_sync/config.py b/distgit_bugzilla_sync/config.py index a5bb03d..67af449 100644 --- a/distgit_bugzilla_sync/config.py +++ b/distgit_bugzilla_sync/config.py @@ -24,7 +24,7 @@ import toml _here = os.path.dirname(__file__) _default_conf_root = os.path.join(_here, 'default-config-files') -_system_conf_root = '/etc' +_system_conf_root = os.path.join(os.path.sep, 'etc', 'distgit-bugzilla-sync') config_files = { 'default': {