Browse Source

Use .cache subdir for caching

Alois Mahdal 9 years ago
parent
commit
fb0f170507
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -44,7 +44,7 @@
44 44
     etc_bc  = /etc/bash_completion.d
45 45
 
46 46
 [vars]
47
-    __SATURNIN_CACHE_HOME__     = $HOME/.local/share/satcmd
47
+    __SATURNIN_CACHE_HOME__     = $HOME/.cache/satcmd
48 48
     __SATURNIN_CONFIG_USER__    = $HOME/.satcmd
49 49
     __SATURNIN_CONFIG_LOCAL__   = [roots:etc]
50 50
     __SATURNIN_LIBEXEC__        = [roots:libexec]