2012-03-31 17:45:59 -04:00
|
|
|
! (c)2012 Joe Groff bsd license
|
2016-11-09 00:24:34 -05:00
|
|
|
USING: io.files.temp io.pathnames system xdg ;
|
2012-03-31 17:45:59 -04:00
|
|
|
IN: io.files.temp.unix
|
|
|
|
|
2016-03-16 18:19:10 -04:00
|
|
|
M: unix default-temp-directory "/tmp/factor-temp" ;
|
2012-03-31 17:45:59 -04:00
|
|
|
|
2016-11-09 00:24:34 -05:00
|
|
|
M: unix default-cache-directory xdg-cache-home ".factor" append-path ;
|