From 67d100d7d708b52775d22f1fa9c669ab777b4a08 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 4 Mar 2012 16:09:22 +0100 Subject: [PATCH] scel: install files to site-lisp/SuperCollider adapted patch from debian package Signed-off-by: Tim Blechmann --- el/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/CMakeLists.txt b/el/CMakeLists.txt index 3233556..cf618c0 100644 --- a/el/CMakeLists.txt +++ b/el/CMakeLists.txt @@ -31,5 +31,5 @@ foreach (el ${all_scel_sources}) DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${el}c) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${el}c - DESTINATION share/emacs/site-lisp) + DESTINATION share/emacs/site-lisp/SuperCollider) endforeach()