io.files.temp.unix: fix cache to be ~/.cache/factor.

char-rename
John Benediktsson 2016-11-09 16:28:49 -08:00
parent e0389df8c4
commit edfcc879fe
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ IN: io.files.temp.unix
M: unix default-temp-directory
"TMPDIR" os-env [ "/tmp" ] when-empty "factor-temp" append-path ;
M: unix default-cache-directory xdg-cache-home ".factor" append-path ;
M: unix default-cache-directory xdg-cache-home "factor" append-path ;