From 26d57768bc80f7ed75d632829a8af13f151cd27e Mon Sep 17 00:00:00 2001 From: Bernd Steinhauser Date: Thu, 26 Jun 2014 12:30:52 +0200 Subject: [PATCH] Update to newest SDDM paths REVIEW: 118940 REVIEW: 118733 --- CMakeLists.txt | 4 ++-- lookandfeel/contents/loginmanager/README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 611e69e1f..bfe6094ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,8 +94,8 @@ if (INSTALL_SDDM_THEME) # Install the login theme into the SDDM directory # Longer term we need to look at making SDDM load from look and feel somehow.. and allow copying at runtime #NOTE this trailing slash is important to rename the directory - install(DIRECTORY lookandfeel/contents/loginmanager/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/apps/sddm/themes/breeze) - install(DIRECTORY lookandfeel/contents/components DESTINATION ${CMAKE_INSTALL_PREFIX}/share/apps/sddm/themes/breeze) + install(DIRECTORY lookandfeel/contents/loginmanager/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/sddm/themes/breeze) + install(DIRECTORY lookandfeel/contents/components DESTINATION ${CMAKE_INSTALL_PREFIX}/share/sddm/themes/breeze) endif() add_subdirectory(doc) diff --git a/lookandfeel/contents/loginmanager/README b/lookandfeel/contents/loginmanager/README index 970d219c5..0c5ed9f7f 100644 --- a/lookandfeel/contents/loginmanager/README +++ b/lookandfeel/contents/loginmanager/README @@ -1,6 +1,6 @@ This is a display manager for SDDM -It installs into ${INSTALL_PREFIX}/apps/sddm/themes +It installs into ${INSTALL_PREFIX}/sddm/themes A copy of components is installed into the same path components is deliberately imported as "components" and not "../components" for this reason