ruby-tmuxinator: fix naming of completion file

This commit is contained in:
dataCobra 2024-07-23 17:26:20 +02:00 committed by tranzystorekk
parent 9a42ae7874
commit 79ed544490
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
version=3.3.0
revision=1
revision=2
build_style=gemspec
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
short_desc="Create and manage complex tmux sessions easily"
@ -15,6 +15,6 @@ checksum=e15cf0d7fc8fc88b89adbeeebacd8061620c759da060b1bccf93bf8541679061
post_install() {
vlicense LICENSE
for sh in bash fish zsh; do
vcompletion "completion/tmuxinator.${sh}" ${sh}
vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator
done
}