]> git.pld-linux.org Git - packages/cmake.git/blob - cmake-helpers.patch
Rediff.
[packages/cmake.git] / cmake-helpers.patch
1 diff -urNp -x '*.orig' cmake-3.17.2.org/Auxiliary/CMakeLists.txt cmake-3.17.2/Auxiliary/CMakeLists.txt
2 --- cmake-3.17.2.org/Auxiliary/CMakeLists.txt   2020-04-28 16:23:06.000000000 +0200
3 +++ cmake-3.17.2/Auxiliary/CMakeLists.txt       2021-04-12 22:18:36.892988114 +0200
4 @@ -1,4 +1,4 @@
5  install(DIRECTORY vim/indent vim/syntax DESTINATION ${CMAKE_DATA_DIR}/editors/vim)
6 -install(FILES cmake-mode.el DESTINATION ${CMAKE_DATA_DIR}/editors/emacs)
7 +install(FILES cmake-mode.el DESTINATION ${CMAKE_INSTALL_DATADIR}/emacs/site-lisp)
8  install(FILES cmake.m4 DESTINATION ${CMAKE_XDGDATA_DIR}/aclocal)
9  add_subdirectory (bash-completion)
10 diff -urNp -x '*.orig' cmake-3.17.2.org/Auxiliary/bash-completion/CMakeLists.txt cmake-3.17.2/Auxiliary/bash-completion/CMakeLists.txt
11 --- cmake-3.17.2.org/Auxiliary/bash-completion/CMakeLists.txt   2020-04-28 16:23:06.000000000 +0200
12 +++ cmake-3.17.2/Auxiliary/bash-completion/CMakeLists.txt       2021-04-12 22:18:36.892988114 +0200
13 @@ -5,4 +5,4 @@
14  # add symlinks to the files in appropriate places
15  #  /etc/bash_completion.d/
16  #  DATADIR/completions (may be /usr/share/<package>/completions
17 -install(FILES cmake cpack ctest DESTINATION ${CMAKE_DATA_DIR}/completions)
18 +install(FILES cmake cpack ctest DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions)
This page took 0.045152 seconds and 3 git commands to generate.