lf: install fish completion to vendor_completions.d
This commit is contained in:
parent
da1c6cf0c2
commit
819fefd591
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lf'
|
# Template file for 'lf'
|
||||||
pkgname=lf
|
pkgname=lf
|
||||||
version=r13
|
version=r13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gokcehan/${pkgname}"
|
go_import_path="github.com/gokcehan/${pkgname}"
|
||||||
go_ldflags="-X main.gVersion=$version"
|
go_ldflags="-X main.gVersion=$version"
|
||||||
|
@ -17,5 +17,5 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf etc/lfrc.example lfrc
|
vsconf etc/lfrc.example lfrc
|
||||||
vman lf.1
|
vman lf.1
|
||||||
vinstall etc/lf.fish 0644 usr/share/fish/completions
|
vinstall etc/lf.fish 0644 usr/share/fish/vendor_completions.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue