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