summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-01-22 23:53:38 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-01-22 23:53:38 +0000
commit6a67cb04fa02da56a4906f20a894274086e6c67a (patch)
treea57f41784c6c67cf070d42837d35f14be02cecf8 /share
parentAttempt to have gitlab build a .deb with cpack (diff)
downloadinkscape-6a67cb04fa02da56a4906f20a894274086e6c67a.tar.gz
inkscape-6a67cb04fa02da56a4906f20a894274086e6c67a.zip
CPack fixes
Diffstat (limited to 'share')
-rw-r--r--share/icons/application/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/icons/application/CMakeLists.txt b/share/icons/application/CMakeLists.txt
index f93b4068e..6322ba87b 100644
--- a/share/icons/application/CMakeLists.txt
+++ b/share/icons/application/CMakeLists.txt
@@ -6,4 +6,5 @@ foreach(pixmap_size ${PIXMAP_SIZES})
endforeach(pixmap_size)
# I hope that this is actually run after installing the files.
-install(CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/icons/${THEME})") \ No newline at end of file
+install(CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/icons/${THEME})")
+install(FILES ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/icons/${THEME}/icon-theme.cache DESTINATION ${SHARE_INSTALL}/icons/${THEME})