Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit f2af901

Browse files
committed
Move appdata to appropriate location
/usr/share/appdata is obsolete, now it's /usr/share/metainfo. Thanks to lintian.
1 parent 14bab38 commit f2af901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ install(FILES "share/pixmaps/scap-workbench.png"
270270
install(FILES "share/pixmaps/scap-workbench.svg"
271271
DESTINATION "${CMAKE_INSTALL_DATADIR}/pixmaps")
272272
install(FILES "scap-workbench.appdata.xml"
273-
DESTINATION "${CMAKE_INSTALL_DATADIR}/appdata")
273+
DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo")
274274

275275
if (ASCIIDOC_EXECUTABLE)
276276
file(GLOB USER_MANUAL_SCREENSHOTS "${CMAKE_CURRENT_SOURCE_DIR}/doc/user_manual/*.png")

0 commit comments

Comments
 (0)