commit b9a7a81974c75c95b59a3587666e8ca8f4c1d72d
parent a1fbacd293d94ba1c8bbfab859b4182afb0620d7
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 14 May 2020 13:43:34 +0300
kiss: use host cache instead of KISS_ROOT
Co-authored-by: Dylan Araps <dylan.araps@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}" \