From 819fefd591a7ba49535b01cb7bae87af20ddfb93 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 11:43:12 +0100 Subject: [PATCH] lf: install fish completion to vendor_completions.d --- srcpkgs/lf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lf/template b/srcpkgs/lf/template index ec178594b2d..dd0b00c30cb 100644 --- a/srcpkgs/lf/template +++ b/srcpkgs/lf/template @@ -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 }