[krb5-auth-dialog: 1/2] Install the AppStream file to the canonical location




commit 4452ae059d3d18426b58e3db33a67bb9587c9839
Author: Pino Toscano <toscano pino tiscali it>
Date:   Thu Apr 30 11:55:17 2020 +0200

    Install the AppStream file to the canonical location
    
    The canonical location for AppStream XML files has been changed to
    /usr/share/metainfo four years ago at least, with /usr/share/appdata
    left as legacy location. It is time to switch to the right location.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index f72ff2d..0487fe8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ $(service_DATA): $(service_in_files) Makefile
        sed -e "s|\@BINDIR\@|$(bindir)|" $< > $@
 
 @INTLTOOL_XML_RULE@
-appdatadir       = $(datadir)/appdata
+appdatadir       = $(datadir)/metainfo
 appdata_in_files = krb5-auth-dialog.appdata.xml.in
 appdata_DATA     = $(appdata_in_files:.xml.in=.xml)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]