Skip to content

Commit 0c544aa

Browse files
committed
meson.build - adjusted zsh completion install path
1 parent aa4ae29 commit 0c544aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif
2929

3030
src_files = ['src/xrootgif.c', 'src/globals.c', 'src/output.c', 'src/sample.c', 'src/gif.c', 'src/pixmap_allocate.c', 'src/daemon.c']
3131
# Autocompletion files
32-
install_data(['src/utils/zsh-completion.in', 'src/utils/bash-completion.in'], rename : ['zsh/site-functions/xrootgif', 'bash-completion/completions/xrootgif'], install_dir : 'share')
32+
install_data(['src/utils/zsh-completion.in', 'src/utils/bash-completion.in'], rename : ['zsh/site-functions/_xrootgif', 'bash-completion/completions/xrootgif'], install_dir : 'share')
3333
# License
3434
install_data('src/LICENSE.txt', install_dir : 'share/licenses/XRootGIF')
3535

0 commit comments

Comments
 (0)