From 6fbc9ecf7d3429205e6a5e6fcdeacf0e0513d6f6 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 29 Jun 2022 23:19:30 +0200 Subject: [PATCH] build/deb: fix auto-completion install paths (#25204) --- .../deb/ethereum/completions/{bash_autocomplete => bash/geth} | 0 .../deb/ethereum/completions/{zsh_autocomplete => zsh/_geth} | 0 build/deb/ethereum/deb.install | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename build/deb/ethereum/completions/{bash_autocomplete => bash/geth} (100%) rename build/deb/ethereum/completions/{zsh_autocomplete => zsh/_geth} (100%) diff --git a/build/deb/ethereum/completions/bash_autocomplete b/build/deb/ethereum/completions/bash/geth similarity index 100% rename from build/deb/ethereum/completions/bash_autocomplete rename to build/deb/ethereum/completions/bash/geth diff --git a/build/deb/ethereum/completions/zsh_autocomplete b/build/deb/ethereum/completions/zsh/_geth similarity index 100% rename from build/deb/ethereum/completions/zsh_autocomplete rename to build/deb/ethereum/completions/zsh/_geth diff --git a/build/deb/ethereum/deb.install b/build/deb/ethereum/deb.install index 019bd0f4bb3f..5a624594b06c 100644 --- a/build/deb/ethereum/deb.install +++ b/build/deb/ethereum/deb.install @@ -1,5 +1,5 @@ build/bin/{{.BinaryName}} usr/bin {{- if eq .BinaryName "geth" }} -build/deb/ethereum/completions/bash_autocomplete etc/bash_completion.d/geth -build/deb/ethereum/completions/zsh_autocomplete usr/share/zsh/vendor-completions/_geth +build/deb/ethereum/completions/bash/geth etc/bash_completion.d +build/deb/ethereum/completions/zsh/_geth usr/share/zsh/vendor-completions {{end -}}