changed install directory for pspp.appdata.xml to metainfo
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 12 Nov 2018 08:05:41 +0000 (09:05 +0100)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 12 Nov 2018 08:05:41 +0000 (09:05 +0100)
The default directory for the appdata xml file changed
from appdata to metainfo. During debian package development
lintian complained about the wrong location.

src/ui/gui/automake.mk

index 1877263b73eac257ef0354d5f8bdfba91c752b40..4eeffe9e2c56c3d174a6582439b7227a0015d146 100644 (file)
@@ -398,7 +398,7 @@ src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
 desktopdir = $(datadir)/applications
 desktop_DATA = src/ui/gui/pspp.desktop
 
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
 dist_appdata_DATA = src/ui/gui/pspp.appdata.xml
 
 BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h src/ui/gui/resources.c