From 5fdb7fe6e7df65703331dcb96c3e185035a55230 Mon Sep 17 00:00:00 2001 From: Oskar Kohout Date: Sat, 4 Jan 2014 12:07:59 +0100 Subject: Move emacs lisp installation destination to subdirectory --- lisp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3