summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorOskar Kohout <oskar@evilbit.at>2014-01-04 12:07:59 +0100
committerOskar Kohout <oskar@evilbit.at>2014-01-04 12:07:59 +0100
commit5fdb7fe6e7df65703331dcb96c3e185035a55230 (patch)
treec7d124317ad67f81dc1f2e38048ac4abc0bbbad5 /lisp
parentba60418991162715a42044b67e594d50ede2de14 (diff)
downloadfork-ledger-5fdb7fe6e7df65703331dcb96c3e185035a55230.tar.gz
fork-ledger-5fdb7fe6e7df65703331dcb96c3e185035a55230.tar.bz2
fork-ledger-5fdb7fe6e7df65703331dcb96c3e185035a55230.zip
Move emacs lisp installation destination to subdirectory
Diffstat (limited to 'lisp')
-rw-r--r--lisp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/CMakeLists.txt b/lisp/CMakeLists.txt
index 41e41209..525e91aa 100644
--- a/lisp/CMakeLists.txt
+++ b/lisp/CMakeLists.txt
@@ -56,7 +56,7 @@ if(EMACS_EXECUTABLE)
# install the byte-compiled emacs-lisp sources
install(FILES ${EMACS_LISP_SOURCES} ${EMACS_LISP_BINARIES} ${EMACS_LISP_UNCOMPILABLE}
- DESTINATION share/emacs/site-lisp)
+ DESTINATION share/emacs/site-lisp/ledger-mode)
endif()
### CMakeLists.txt ends here