Skip to content

Commit 66a907c

Browse files
committed
contrib/completions: rename hwloc-completions.bash to bash/hwloc
No need to have "-completion" in the name. Remove the .bash suffix so that the install path is similar to others (renaming isn't trivial in automake). Move to a bash subdirectory in case we ever ship a zsh completion file. Thanks to Tomasz Kłoczko for the suggestion (see #413) Signed-off-by: Brice Goglin <[email protected]>
1 parent f4253b4 commit 66a907c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Version 2.3.0
4141
now refreshes the display according to the current topology and binding.
4242
+ Add a tikz lstopo graphical backend to generate picture easily included into
4343
LaTeX documents.
44+
* Misc
45+
+ The default installation path of the Bash completion file has changed to
46+
${datadir}/bash-completion/completions/hwloc
4447

4548

4649
Version 2.2.0

contrib/completion/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This makefile is only reached when building in standalone mode
66

77
bashcompletionsdir = $(datadir)/bash-completion/completions
8-
dist_bashcompletions_DATA = hwloc-completion.bash
8+
dist_bashcompletions_DATA = bash/hwloc

0 commit comments

Comments
 (0)