Explorar el Código

Use .cache subdir for caching

Alois Mahdal hace 9 años
padre
commit
fb0f170507
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Ver fichero

@@ -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]