Ensure that `pcache-directory` ends in a slash

This commit is contained in:
Alex R 2016-01-30 13:12:11 -05:00 committed by syl20bnr
parent a68cc58253
commit 62337a3e3a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
(expand-file-name "~/")
"User home directory (~/).")
(defconst pcache-directory
(concat spacemacs-cache-directory "pcache"))
(concat spacemacs-cache-directory "pcache/"))
(unless (file-exists-p spacemacs-cache-directory)
(make-directory spacemacs-cache-directory))