Add bash completion files to Debian packages #1733
Comments
Merged
scop
added a commit
to scop/bat
that referenced
this issue
Jul 15, 2021
Get correct path to install in from bash-completion using pkgconf, install as env.PROJECT_EXECUTABLE as the filename needs to match the called executable for bash-completion's on demand loading to work. Closes sharkdp#1733
scop
added a commit
to scop/bat
that referenced
this issue
Jul 15, 2021
Get correct path to install in from bash-completion using `pkg-config`, install as `env.PROJECT_EXECUTABLE` as the filename needs to match the called executable for bash-completion's on demand loading to work. Closes sharkdp#1733
scop
added a commit
to scop/bat
that referenced
this issue
Jul 15, 2021
Get correct path to install in from bash-completion using `pkg-config`, install as `steps.strip.outputs.BIN_NAME` as the filename needs to match the called executable for bash-completion's on demand loading to work. This `BIN_NAME` needs to stay in sync with `env.PROJECT_EXECUTABLE` which is replaced in the template, but not available for the deb build at this stage. Closes sharkdp#1733
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Follow the same route as for the fish/zsh completions in
.github/workflows/CICD.yml.The text was updated successfully, but these errors were encountered: