From 82a28dbd35dc3ab5ef05f26b7e4128d8a64722b1 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 11:44:26 +0100 Subject: [PATCH] nnn: install fish completion to vendor_completions.d --- srcpkgs/nnn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template index b35daa26824..6a8fba381c1 100644 --- a/srcpkgs/nnn/template +++ b/srcpkgs/nnn/template @@ -1,7 +1,7 @@ # Template file for 'nnn' pkgname=nnn version=3.0 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="ncurses-devel readline-devel" @@ -19,7 +19,7 @@ post_install() { vinstall misc/auto-completion/zsh/_nnn 644 \ usr/share/zsh/site-functions vinstall misc/auto-completion/fish/nnn.fish 644 \ - usr/share/fish/completions + usr/share/fish/vendor_completions.d vlicense LICENSE }