[GRASS-SVN] r60723 - grass/trunk/gui/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 5 14:47:33 PDT 2014
Author: neteler
Date: 2014-06-05 14:47:33 -0700 (Thu, 05 Jun 2014)
New Revision: 60723
Modified:
grass/trunk/gui/icons/Makefile
Log:
fix the fix
Modified: grass/trunk/gui/icons/Makefile
===================================================================
--- grass/trunk/gui/icons/Makefile 2014-06-05 21:44:10 UTC (rev 60722)
+++ grass/trunk/gui/icons/Makefile 2014-06-05 21:47:33 UTC (rev 60723)
@@ -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