From: Michael Tremer Date: Fri, 23 Mar 2012 13:27:58 +0000 (+0100) Subject: Change keyring dir to new configuration file layout. X-Git-Tag: 0.9.22~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6ca2727d13ac7d198df0175eeee04f5b932ea3a;p=pakfire.git Change keyring dir to new configuration file layout. --- diff --git a/python/pakfire/constants.py b/python/pakfire/constants.py index caa6c1002..e3fe8cd0f 100644 --- a/python/pakfire/constants.py +++ b/python/pakfire/constants.py @@ -37,7 +37,7 @@ CONFIG_DIR = os.path.join(SYSCONFDIR, "pakfire") CONFIG_REPOS_DIR = os.path.join(CONFIG_DIR, "repos") CONFIG_DISTRO_DIR = os.path.join(CONFIG_DIR, "distros") -KEYRING_DIR = os.path.join(SYSCONFDIR, "pakfire.d", "gnupg") +KEYRING_DIR = os.path.join(CONFIG_DIR, "gnupg") CACHE_DIR = "/var/cache/pakfire" CCACHE_CACHE_DIR = os.path.join(CACHE_DIR, "ccache")