From 6c8d2ae29c7a92e0d69d69393cb860d3c6e30038 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 17 Feb 2016 06:23:30 +0100 Subject: [PATCH] Fixed typo. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 270428eec..db3533bda 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -580,7 +580,7 @@ if(WIN32 OR OS2) if(ENABLE_ADDITIONAL_ICONS) install(DIRECTORY resources/graphics/icons/numix DESTINATION ./icons) install(DIRECTORY resources/graphics/icons/papirus DESTINATION ./icons) - install(DIRECTORY resources/graphics/icons/papirus_dark DESTINATION ./icons) + install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION ./icons) endif(ENABLE_ADDITIONAL_ICONS) install(DIRECTORY resources/skins/base @@ -632,7 +632,7 @@ elseif(APPLE) if(ENABLE_ADDITIONAL_ICONS) install(DIRECTORY resources/graphics/icons/numix DESTINATION ${APPLE_PREFIX}/icons) install(DIRECTORY resources/graphics/icons/papirus DESTINATION ${APPLE_PREFIX}/icons) - install(DIRECTORY resources/graphics/icons/papirus_dark DESTINATION ${APPLE_PREFIX}/icons) + install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION ${APPLE_PREFIX}/icons) endif(ENABLE_ADDITIONAL_ICONS) install(DIRECTORY resources/skins DESTINATION ${APPLE_PREFIX}) @@ -651,7 +651,7 @@ elseif(UNIX) if(ENABLE_ADDITIONAL_ICONS) install(DIRECTORY resources/graphics/icons/numix DESTINATION share/${APP_LOW_NAME}/icons) install(DIRECTORY resources/graphics/icons/papirus DESTINATION share/${APP_LOW_NAME}/icons) - install(DIRECTORY resources/graphics/icons/papirus_dark DESTINATION share/${APP_LOW_NAME}/icons) + install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION share/${APP_LOW_NAME}/icons) endif(ENABLE_ADDITIONAL_ICONS) install(DIRECTORY resources/skins/base DESTINATION share/${APP_LOW_NAME}/skins)