lf: install fish completion to vendor_completions.d

This commit is contained in:
Piraty 2020-02-25 11:43:12 +01:00 committed by Piraty
parent da1c6cf0c2
commit 819fefd591
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'lf'
pkgname=lf
version=r13
revision=1
revision=2
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
go_ldflags="-X main.gVersion=$version"
@ -17,5 +17,5 @@ post_install() {
vlicense LICENSE
vsconf etc/lfrc.example lfrc
vman lf.1
vinstall etc/lf.fish 0644 usr/share/fish/completions
vinstall etc/lf.fish 0644 usr/share/fish/vendor_completions.d
}