aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf/dnf/0003-Do-not-prepend-installroot-to-logdir.patch
blob: 2c4c844b3bd45c6ec2902cb2464bad953f05824b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: dnf/dnf/cli/cli.py
===================================================================
--- dnf.orig/dnf/cli/cli.py
+++ dnf/dnf/cli/cli.py
@@ -944,7 +944,7 @@ class Cli(object):
             logger.warning(_("Unable to detect release version (use '--releasever' to specify "
                              "release version)"))
 
-        for opt in ('cachedir', 'logdir', 'persistdir'):
+        for opt in ('cachedir', 'persistdir'):
             conf.prepend_installroot(opt)
 
         self.base._logging._setup_from_dnf_conf(conf)