diff options
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}" \ |