Browse Source

fix the fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60723 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
176ce6e865
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/icons/Makefile

+ 1 - 1
gui/icons/Makefile

@@ -21,7 +21,7 @@ default: $(ETCICONS) $(HTMLICONS)
 	$(MKDIR) $(ARCH_DISTDIR)/share/applications
 	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/applications
 	$(MKDIR) $(ARCH_DISTDIR)/share/appdata
-	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/appdata
+	$(INSTALL_DATA) grass.appdata.xml $(ARCH_DISTDIR)/share/appdata
 
 $(GUIDIR)/icons/%: % | $(DSTDIRS)
 	$(INSTALL_DATA) $< $@