aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 244d5d4..afb2c77 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ lisp-images = \
derived-assets = \
$(pod2man) \
- $(XDG_CACHE_HOME)/ssh/conn \
+ $(XDG_STATE_HOME)/ssh/conn \
$(XDG_CONFIG_HOME)/ssh/id_rsa.pub \
$(XDG_CONFIG_HOME)/ssh/config \
$(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf \
@@ -37,7 +37,7 @@ share/man/man1/x.1 share/man/man1/z.1:
share/man/man1/x.1: bin/x
share/man/man1/z.1: bin/z
-$(XDG_CACHE_HOME)/ssh/conn:
+$(XDG_STATE_HOME)/ssh/conn:
mkdir -p $@
$(XDG_CONFIG_HOME)/ssh/id_rsa.pub: