Skip to content

Commit

Permalink
Fix issue Andersbakken#375.
Browse files Browse the repository at this point in the history
Install elisp files in the right location.
  • Loading branch information
Andersbakken committed Jul 14, 2015
1 parent 92eb766 commit 2ef1598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ endif ()
install(CODE "message(\"Installing rtags...\")")
install(TARGETS rdm rc rp RUNTIME DESTINATION bin COMPONENT rtags)
install(FILES ../man/man7/rc.7 ../man/man7/rdm.7 DESTINATION share/man/man7/)
install(FILES company-rtags.el rtags-ac.el rtags.el DESTINATION share/elisp/)
install(FILES company-rtags.el rtags-ac.el rtags.el DESTINATION share/emacs/site-lisp/rtags/)

0 comments on commit 2ef1598

Please sign in to comment.