diff options
Diffstat (limited to 'cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm')
-rw-r--r-- | cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm b/cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm new file mode 100644 index 000000000000..ed6df94ab5c2 --- /dev/null +++ b/cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm @@ -0,0 +1,11 @@ +--- liblepton/scheme/geda/log-rotate.scm.orig 2019-10-03 20:45:55 UTC ++++ liblepton/scheme/geda/log-rotate.scm +@@ -44,7 +44,7 @@ + ;; FIXME This should be obtained from the code that decides where to + ;; create and populate log files. + (define (log-directory) +- (string-append (user-config-dir) file-name-separator-string "logs")) ++ (string-append (user-cache-dir) file-name-separator-string "logs")) + + ;;;; get-log-toolname path + ;; |