From eedf19364e9554a20c5fbd677788bf82539a1b77 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 14 May 2020 10:43:34 +0000 Subject: kiss: use host cache instead of KISS_ROOT Co-authored-by: Dylan Araps FossilOrigin-Name: 7da725c7e3e99a79e34bcf962e76729a4e868eb4c4ef9fa878d34acad6487fd1 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 9875c53..b24a422 100755 --- a/kiss +++ b/kiss @@ -1595,7 +1595,7 @@ main() { # # Create the required temporary directories and set the variables # which point to them. - mkdir -p "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}" \ + mkdir -p "${cac_dir:=${XDG_CACHE_HOME:-$HOME/.cache}/kiss}" \ "${KISS_TMPDIR:=$cac_dir}" \ "${mak_dir:=$KISS_TMPDIR/build-$pid}" \ "${pkg_dir:=$KISS_TMPDIR/pkg-$pid}" \ -- cgit v1.2.3