mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
zsh-completions: resolve conflict with cheat
This commit is contained in:
parent
15d2499b4d
commit
6ab45118e1
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh-completions'
|
||||
pkgname=zsh-completions
|
||||
version=0.33.0
|
||||
revision=1
|
||||
revision=2
|
||||
depends="zsh"
|
||||
short_desc="Additional completions for Zsh"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
|
@ -16,6 +16,7 @@ post_patch() {
|
|||
|
||||
do_install() {
|
||||
vmkdir usr/share/zsh/site-functions/
|
||||
rm src/_cheat # cheat package includes better one
|
||||
vcopy src/_* usr/share/zsh/site-functions/
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue