Skip to content
Snippets Groups Projects

build: Install the Bash completion file in the right place

Merged Dirk HOFFMANN requested to merge github/fork/bochecha/bash-completion into master
  1. Jan 31, 2020
    • Mathieu Bridon's avatar
      build: Install the Bash completion file in the right place · 5bc151b6
      Mathieu Bridon authored
      Bash loads completion scripts from 2 directories:
      
      *   $(syscondir)/bash_completion.d/
      *   $(datadir)/bash-completion/completions/
      
      The former is meant to be used by local administrators to drop their own
      files in, and the latter is what software installers should use.
      
      In the past Hamster used to install its completion file in the former,
      but this was changed with 1d562615.
      
      Unfortunately that commit had a typo and the last "s" was missing from
      the path.
      
      This commit fixes that typo.
      5bc151b6
Loading