]> git.pld-linux.org Git - packages/cmake.git/blame - cmake-helpers.patch
Rediff.
[packages/cmake.git] / cmake-helpers.patch
CommitLineData
c0e109b5
AM
1diff -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)
10diff -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
9ec4f08d
KK
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
a9b1845f
JB
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.088566 seconds and 4 git commands to generate.