From 6201a29e35271def51452ab52766e708e1f2db52 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 15:06:28 +0100 Subject: [PATCH] s: install fish completion to vendor_completions.d --- srcpkgs/s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s/template b/srcpkgs/s/template index f7669a2c7e6..585728ea9fa 100644 --- a/srcpkgs/s/template +++ b/srcpkgs/s/template @@ -1,7 +1,7 @@ # Template file for 's' pkgname=s version=0.5.14 -revision=2 +revision=3 build_style=go go_import_path=github.com/zquestz/s hostmakedepends="git" @@ -14,5 +14,5 @@ checksum=c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb post_install() { vlicense LICENSE - vinstall autocomplete/s.fish 644 usr/share/fish/completions + vinstall autocomplete/s.fish 644 usr/share/fish/vendor_completions.d }