From: Michael Schroeder Date: Fri, 3 Jul 2009 10:38:37 +0000 (+0200) Subject: - use a modern place for the cache X-Git-Tag: BASE-SuSE-Code-12_1-Branch~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa05be99cd8bd65f657e869f10813553e7f5ba5;p=thirdparty%2Flibsolv.git - use a modern place for the cache --- diff --git a/examples/solv.c b/examples/solv.c index c4fbe731..e7092a61 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -50,7 +50,7 @@ # define PRODUCTS_PATH "/etc/products.d" #endif -#define SOLVCACHE_PATH "/var/lib/solv.cache" +#define SOLVCACHE_PATH "/var/cache/solv" struct repoinfo {