Don't stow kitty's lib directory
This commit is contained in:
parent
1c18b938f1
commit
0f0cc67e2c
@ -104,5 +104,5 @@
|
||||
when: kitty_install_required
|
||||
become: true
|
||||
command:
|
||||
cmd: 'stow --no-folding --target /usr/local .'
|
||||
cmd: "stow --no-folding --target /usr/local --ignore='lib/.*$' ."
|
||||
chdir: '{{kitty_package_dir}}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user