io.files.temp.unix: fix cache to be ~/.cache/factor.
parent
e0389df8c4
commit
edfcc879fe
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue