mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
bashcomp: Install and package completion scripts.
This commit makes the bash completion scripts be installed to $(sysconfdir)/bash_completion.d/ through 'make install' and to /etc/bash_completion.d/ through package installation. This will make the scripts available for each bash session. An alternative is to put scripts to /usr/share/bash_completion/ directory. However, this is not supported by earlier version of bash completion. Signed-off-by: Alex Wang <alexw@nicira.com>
This commit is contained in:
1
debian/openvswitch-common.install
vendored
1
debian/openvswitch-common.install
vendored
@@ -1,3 +1,4 @@
|
||||
etc/bash_completion.d/ovs-appctl-bashcomp.bash
|
||||
usr/bin/ovs-appctl
|
||||
usr/bin/ovs-benchmark
|
||||
usr/bin/ovs-docker
|
||||
|
||||
Reference in New Issue
Block a user