Install appdata to $PREFIX/share/metainfo, not the old appdata dir.
This commit is contained in:
parent
8df85fa781
commit
a83c6df2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if (INTLTOOL_MERGE_FOUND)
|
|||
${INTLTOOL_MERGE_EXECUTABLE} --xml-style ${CMAKE_SOURCE_DIR}/${po_dir}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/${appstream_name}.in ${appstream_name}
|
||||
)
|
||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${appstream_name} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/appdata)
|
||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${appstream_name} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)
|
||||
endmacro (INTLTOOL_MERGE_APPDATA appstream_name po_dir)
|
||||
macro (INTLTOOL_MERGE_DESKTOP desktop_id po_dir)
|
||||
add_custom_target (org.gnome.Geary.desktop ALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue