Skip to content
Snippets Groups Projects
Commit 6a1316cf authored by Felix Gruber's avatar Felix Gruber Committed by Christian Engwer
Browse files

Fix install path for bash-completion

CMAKE_INSTALL_DATADIR already includes the subdirectory share, so drop
it from the install path of the dunecontrol bash-completion script in
the corresponding CMakeLists.txt.
parent 898d77e3
No related branches found
No related tags found
No related merge requests found
install(FILES
dunecontrol
DESTINATION ${CMAKE_INSTALL_DATADIR}/share/bash-completion/
DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions/
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment