install: make sure the cache diretory for zsh exists

This commit is contained in:
Fernando Schauenburg 2023-10-10 22:44:32 +02:00
parent 5f106bcecd
commit 61e0f3a239

View file

@ -127,6 +127,7 @@ execute() {
heading 'create required directories' heading 'create required directories'
make_dir "$DESTDIR/.ssh/" make_dir "$DESTDIR/.ssh/"
make_dir "$DESTDIR/.local/cache/zsh/"
make_dir "$DESTDIR/.local/etc/git/" make_dir "$DESTDIR/.local/etc/git/"
make_dir "$DESTDIR/.local/share/less/" make_dir "$DESTDIR/.local/share/less/"
make_dir "$DESTDIR/.local/share/python/" make_dir "$DESTDIR/.local/share/python/"