aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-14 10:43:34 +0000
committermerakor <cem@ckyln.com>2020-05-14 10:43:34 +0000
commiteedf19364e9554a20c5fbd677788bf82539a1b77 (patch)
tree1c1e66b9732291ec07b8adc06cae5eace494b669
parent77c35536707fab0de48070cf028f7d0a3a5eeb1e (diff)
downloadcpt-eedf19364e9554a20c5fbd677788bf82539a1b77.tar.gz
kiss: use host cache instead of KISS_ROOT
Co-authored-by: Dylan Araps <dylan.araps@gmail.com> FossilOrigin-Name: 7da725c7e3e99a79e34bcf962e76729a4e868eb4c4ef9fa878d34acad6487fd1
-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}" \