aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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}" \