io.files.temp.unix: make default-cache-directory absolute-path.

char-rename
John Benediktsson 2016-11-10 09:08:29 -08:00
parent 2725f7c2ba
commit 3641defa66
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ 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 absolute-path ;