Skip to content

Commit

Permalink
Bash completion: install as /usr/share/bash-completion/completions/op…
Browse files Browse the repository at this point in the history
…enconnect

This is the common default installation pattern for quite some time

Signed-off-by: Luca Boccassi <bluca@debian.org>
  • Loading branch information
bluca committed May 2, 2020
1 parent 7eba845 commit 152d882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -142,8 +142,8 @@ DISTCLEANFILES = $(pkgconfig_DATA)
pkglibexec_SCRIPTS = trojans/csd-post.sh trojans/csd-wrapper.sh trojans/tncc-wrapper.py \
trojans/hipreport.sh trojans/hipreport-android.sh

bashcompletiondir = $(sysconfdir)/bash_completion.d
bashcompletion_DATA = bash/openconnect.bash
bashcompletiondir = $(datadir)/bash-completion/completions
bashcompletion_DATA = bash/openconnect

# main.c includes version.c
openconnect-main.$(OBJEXT): version.c
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion www/changelog.xml
Expand Up @@ -15,7 +15,7 @@
<ul>
<li><b>OpenConnect HEAD</b>
<ul>
<li><i>No changelog entries yet</i></li>
<li>Install bash completion script as /usr/share/bash-completion/completions/openconnect.</li>
</ul><br/>
</li>
<li><b><a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.09.tar.gz">OpenConnect v8.09</a></b>
Expand Down

0 comments on commit 152d882

Please sign in to comment.