kiss: Move cache to /var/cache/kiss

This commit is contained in:
Dylan Araps 2019-07-21 13:02:48 +03:00
parent 357a2486a3
commit ca05b8e875
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -810,8 +810,8 @@ setup_caching() {
# directories which need to exist and set variables for easy
# access to them.
# Main cache directory (~/.cache/kiss/) typically.
mkdir -p "${cac_dir:=${XDG_CACHE_HOME:=$HOME/.cache}/kiss}" ||
# Main cache directory.
mkdir -p "${cac_dir:=$KISS_ROOT/var/cache/kiss}" ||
die "Couldn't create cache directory ($cac_dir)."
# Build directory.