diff options
author | Oskar Kohout <oskar@evilbit.at> | 2014-01-04 12:07:59 +0100 |
---|---|---|
committer | Oskar Kohout <oskar@evilbit.at> | 2014-01-04 12:07:59 +0100 |
commit | 5fdb7fe6e7df65703331dcb96c3e185035a55230 (patch) | |
tree | c7d124317ad67f81dc1f2e38048ac4abc0bbbad5 /lisp | |
parent | ba60418991162715a42044b67e594d50ede2de14 (diff) | |
download | fork-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.txt | 2 |
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 |