Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-29 11:49:23 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-29 11:49:23 +0300
commit6488e10ae77de20a5385e2d010e305d663879d11 (patch)
treee0f8b77972c9cd66e853ce5284a73807827495ac /CMakeLists.txt
parentcbf3beb9cd925b5649a31fa00bb381613bff734e (diff)
Setting theme direcotry
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index defc2a128..7573aca87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -237,7 +237,7 @@ if(NOT REMMINA_DATADIR)
endif()
endif()
if(NOT REMMINA_TERM_CS_DIR)
- set(REMMINA_TERM_CS_DIR "${REMMINA_DATADIR}/remmina/term_colors")
+ set(REMMINA_TERM_CS_DIR "${REMMINA_DATADIR}/remmina/theme")
endif()
if(NOT REMMINA_LOCALEDIR)
set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}")