zsh: fix zsh cache directory
This commit is contained in:
parent
61e0f3a239
commit
39d2d7c397
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +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/.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/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue