From 61e0f3a23923264d5707ac571e82036e57add0bb Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 10 Oct 2023 22:44:32 +0200 Subject: [PATCH] install: make sure the cache diretory for zsh exists --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index cdcbaab..12b4155 100755 --- a/install.sh +++ b/install.sh @@ -127,6 +127,7 @@ execute() { heading 'create required directories' make_dir "$DESTDIR/.ssh/" + make_dir "$DESTDIR/.local/cache/zsh/" make_dir "$DESTDIR/.local/etc/git/" make_dir "$DESTDIR/.local/share/less/" make_dir "$DESTDIR/.local/share/python/"