io.files.temp.unix: make default-cache-directory absolute-path.
parent
2725f7c2ba
commit
3641defa66
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue