Skip to content

Commit

Permalink
Install bash completions to prefix/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Nov 14, 2017
1 parent 19b1cc4 commit 276ae0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,5 @@ include_directories(
add_subdirectory("src")
add_subdirectory("utils")
add_subdirectory("docs")
add_subdirectory("dist")
configure_file("run.in" "run" @ONLY)
1 change: 1 addition & 0 deletions dist/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install(DIRECTORY "bash_completion.d" DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})

0 comments on commit 276ae0d

Please sign in to comment.