Fix path where the icon is installed.

This commit is contained in:
Ghislain MARY 2017-06-13 16:34:39 +02:00
parent 8ede734a05
commit e700717958

View file

@ -340,7 +340,7 @@ install(FILES "linphone.desktop"
DESTINATION "${CMAKE_INSTALL_DATADIR}/applications"
)
install(FILES "${ASSETS_DIR}/images/linphone_logo.svg"
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons"
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/"
RENAME "linphone.svg"
)