From edfcc879fea4b5dc65c177ce8fc1d7b6985ba9ab Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 9 Nov 2016 16:28:49 -0800 Subject: [PATCH] io.files.temp.unix: fix cache to be ~/.cache/factor. --- basis/io/files/temp/unix/unix.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/files/temp/unix/unix.factor b/basis/io/files/temp/unix/unix.factor index 7bbe96e36e..8802a30e00 100644 --- a/basis/io/files/temp/unix/unix.factor +++ b/basis/io/files/temp/unix/unix.factor @@ -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 ;