mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rustup: install fish completions to vendor_completions.d.
This avoids xbps overwriting files when both packages are installed.
This commit is contained in:
parent
e5360416f7
commit
64a04b5352
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.21.1
|
version=1.21.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features no-self-update --bin rustup-init"
|
configure_args="--features no-self-update --bin rustup-init"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
|
@ -30,7 +30,7 @@ do_install() {
|
||||||
|
|
||||||
vinstall rustup.zsh 0644 usr/share/zsh/site-functions/ _rustup
|
vinstall rustup.zsh 0644 usr/share/zsh/site-functions/ _rustup
|
||||||
vinstall rustup.bash 0644 usr/share/bash-completion/completions/ 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
|
fi
|
||||||
|
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue