diff options
-rw-r--r-- | tools/bash_completion/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bash_completion/CMakeLists.txt b/tools/bash_completion/CMakeLists.txt index 9e66d57..17ea55e 100644 --- a/tools/bash_completion/CMakeLists.txt +++ b/tools/bash_completion/CMakeLists.txt @@ -27,4 +27,4 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. INSTALL(FILES remote-process - DESTINATION etc/bash_completion.d/) + DESTINATION share/bash-completion/completions/) |