05da49fc3f
This improves the completion, as suggested in <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782169>, and moves the completion from `/etc/bash_completion.d/mosh` to `/usr/share/bash-completion/completions/mosh` as recommended by lintian in its `package-install-into-obsolete-dir` check. Closes #628. Signed-off-by: John Hood <cgull@glup.org>
11 lines
216 B
Makefile
11 lines
216 B
Makefile
nobase_dist_sysconf_DATA =
|
|
nobase_dist_data_DATA =
|
|
|
|
if INSTALL_UFW
|
|
nobase_dist_sysconf_DATA += ufw/applications.d/mosh
|
|
endif
|
|
|
|
if INSTALL_COMPLETION
|
|
nobase_dist_data_DATA += bash-completion/completions/mosh
|
|
endif
|