Skip to content

Commit

Permalink
Fixed: typo in installed CodeLite icon
Browse files Browse the repository at this point in the history
Fixed: after installing the icon, delete the icon-theme.cache file
  • Loading branch information
eran committed Apr 8, 2015
1 parent a7a064b commit b6bbba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LiteEditor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ if(NOT APPLE)
install(FILES ${CL_SRC_ROOT}/Runtime/codelite.desktop DESTINATION ${CL_PREFIX}/share/applications)
install(FILES ${CL_SRC_ROOT}/Runtime/images/cubes.png
DESTINATION ${CL_PREFIX}/share/icons/hicolor/32x32/apps
RENAME codeleite.png)
RENAME codelite.png)
# Clear the icon cache if exists
install(CODE "execute_process(COMMAND rm -f ${CL_PREFIX}/share/icons/hicolor/icon-theme.cache)")
endif ( UNIX AND NOT APPLE )

install(
Expand Down

0 comments on commit b6bbba8

Please sign in to comment.