diff options
author | merakor <cem@ckyln.com> | 2020-05-14 10:43:34 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-14 10:43:34 +0000 |
commit | eedf19364e9554a20c5fbd677788bf82539a1b77 (patch) | |
tree | 1c1e66b9732291ec07b8adc06cae5eace494b669 /kiss | |
parent | 77c35536707fab0de48070cf028f7d0a3a5eeb1e (diff) | |
download | cpt-eedf19364e9554a20c5fbd677788bf82539a1b77.tar.gz |
kiss: use host cache instead of KISS_ROOT
Co-authored-by: Dylan Araps <dylan.araps@gmail.com>
FossilOrigin-Name: 7da725c7e3e99a79e34bcf962e76729a4e868eb4c4ef9fa878d34acad6487fd1
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" \ |