Fix tg.protocol installation directory

Closes #171.
This commit is contained in:
fox.cpp 2018-08-15 05:39:47 +00:00 committed by Berkus Decker
parent ba5c5d633b
commit d405a2a60a
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ install(FILES "${CMAKE_SOURCE_DIR}/lib/xdg/kepka.desktop"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications
) )
install(FILES "${CMAKE_SOURCE_DIR}/lib/xdg/tg.protocol" install(FILES "${CMAKE_SOURCE_DIR}/lib/xdg/tg.protocol"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/kservices5/tg.protocol DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/kservices5
) )
install(FILES "${CMAKE_SOURCE_DIR}/lib/xdg/kepka.appdata.xml" install(FILES "${CMAKE_SOURCE_DIR}/lib/xdg/kepka.appdata.xml"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo