From e3d4b10253cf39abf66198a2c0bc5b843f47380f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 7 Jun 2021 10:59:36 -0700 Subject: add PERIODIC:AT-MOST Signed-off-by: Sean Whitton --- src/data.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/data.lisp') diff --git a/src/data.lisp b/src/data.lisp index 814396b..173f7d0 100644 --- a/src/data.lisp +++ b/src/data.lisp @@ -434,10 +434,7 @@ of CONNECTION, where each entry is of the form (and (zerop exit) (lines out)))))) (defun get-remote-data-cache-dir () - (ensure-directory-pathname - (car - (lines - (mrun "echo ${XDG_CACHE_HOME:-$HOME/.cache}/consfigurator/data/"))))) + (remote-consfigurator-cache-pathname "data/")) ;;;; Local caches -- cgit v1.2.3