ripgrep: fix fish completion dir path
This commit is contained in:
parent
e5711623d4
commit
6ffe074b59
@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Search tool like grep and The Silver Searcher"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=13.0.0
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_REVISION=3
|
||||
TERMUX_PKG_SRCURL=https://github.com/BurntSushi/ripgrep/archive/$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
@ -21,7 +21,7 @@ termux_step_post_make_install() {
|
||||
cp $(find . -name rg.bash) $TERMUX_PREFIX/share/bash-completion/completions/rg
|
||||
|
||||
# Install fish completion script:
|
||||
mkdir -p $TERMUX_PREFIX/share/fish/completions/
|
||||
mkdir -p $TERMUX_PREFIX/share/fish/vendor_completions.d/
|
||||
cp $(find . -name rg.fish) $TERMUX_PREFIX/share/fish/vendor_completions.d/
|
||||
|
||||
# Install zsh completion script:
|
||||
|
Loading…
Reference in New Issue
Block a user