From 64a04b53527fa883c6bf3ac6a070d669db256cc2 Mon Sep 17 00:00:00 2001 From: travankor Date: Mon, 24 Feb 2020 13:44:01 -0700 Subject: [PATCH] rustup: install fish completions to vendor_completions.d. This avoids xbps overwriting files when both packages are installed. --- srcpkgs/rustup/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template index e5541a9e1ee..c923c9a952a 100644 --- a/srcpkgs/rustup/template +++ b/srcpkgs/rustup/template @@ -1,7 +1,7 @@ # Template file for 'rustup' pkgname=rustup version=1.21.1 -revision=1 +revision=2 build_style=cargo configure_args="--features no-self-update --bin rustup-init" hostmakedepends="perl pkg-config" @@ -30,7 +30,7 @@ do_install() { vinstall rustup.zsh 0644 usr/share/zsh/site-functions/ _rustup vinstall rustup.bash 0644 usr/share/bash-completion/completions/ rustup - vinstall rustup.fish 0644 usr/share/fish/completions/ + vinstall rustup.fish 0644 usr/share/fish/vendor_completions.d/ fi vdoc README.md