Don't stow kitty's lib directory

This commit is contained in:
Kenneth Benzie 2024-05-25 18:26:08 +01:00
parent 1c18b938f1
commit 0f0cc67e2c

View File

@ -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}}'