From 516376c29857de842b1b4c733bf7b16f2add3018 Mon Sep 17 00:00:00 2001 From: Andrew Lake Date: Fri, 10 Oct 2014 23:16:05 -0700 Subject: [PATCH] rename Breeze-Dark.colors to BreezeDark.colors BUG:339849 --- CMakeLists.txt | 2 +- colors/{Breeze-Dark.colors => BreezeDark.colors} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename colors/{Breeze-Dark.colors => BreezeDark.colors} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 620760a3..3d9d1d31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ else() add_subdirectory(windec) INSTALL(FILES colors/Breeze.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) - INSTALL(FILES colors/Breeze-Dark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) + INSTALL(FILES colors/BreezeDark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) if(EXISTS ${CMAKE_SOURCE_DIR}/po AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/po) find_package(KF5I18n CONFIG REQUIRED) ki18n_install(po) diff --git a/colors/Breeze-Dark.colors b/colors/BreezeDark.colors similarity index 100% rename from colors/Breeze-Dark.colors rename to colors/BreezeDark.colors