imgp: fix path of bash completion
This commit is contained in:
parent
a3c8b69345
commit
30f9d1f043
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'imgp'
|
||||
pkgname=imgp
|
||||
version=2.6
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
depends="python3-Pillow"
|
||||
|
@ -13,7 +13,7 @@ distfiles="https://github.com/jarun/imgp/archive/v${version}.tar.gz"
|
|||
checksum=f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799
|
||||
|
||||
post_install() {
|
||||
vinstall auto-completion/bash/imgp-completion.bash 644 usr/share/bash0completion/completions imgp
|
||||
vinstall auto-completion/bash/imgp-completion.bash 644 usr/share/bash-completion/completions imgp
|
||||
vinstall auto-completion/zsh/_imgp 644 usr/share/zsh/site-functions
|
||||
vinstall auto-completion/fish/imgp.fish 644 usr/share/fish/completions
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue