[GRASS-SVN] r60724 - grass/branches/releasebranch_7_0/gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 5 14:47:46 PDT 2014


Author: neteler
Date: 2014-06-05 14:47:46 -0700 (Thu, 05 Jun 2014)
New Revision: 60724

Modified:
   grass/branches/releasebranch_7_0/gui/icons/Makefile
Log:
fix the fix

Modified: grass/branches/releasebranch_7_0/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/gui/icons/Makefile	2014-06-05 21:47:33 UTC (rev 60723)
+++ grass/branches/releasebranch_7_0/gui/icons/Makefile	2014-06-05 21:47:46 UTC (rev 60724)
@@ -21,7 +21,7 @@
 	$(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) $< $@



More information about the grass-commit mailing list