]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
Change keyring dir to new configuration file layout.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Mar 2012 13:27:58 +0000 (14:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Mar 2012 13:27:58 +0000 (14:27 +0100)
python/pakfire/constants.py

index caa6c100252c7fe741444a927722eda43ffbc3f8..e3fe8cd0f54b45e72748f46785c8dd236f39a00e 100644 (file)
@@ -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")