[GRASS-SVN] r59245 - grass/trunk/gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 13 04:24:41 PDT 2014


Author: neteler
Date: 2014-03-13 04:24:41 -0700 (Thu, 13 Mar 2014)
New Revision: 59245

Modified:
   grass/trunk/gui/icons/Makefile
Log:
grass.desktop: install file into share/applications/

Modified: grass/trunk/gui/icons/Makefile
===================================================================
--- grass/trunk/gui/icons/Makefile	2014-03-13 11:15:18 UTC (rev 59244)
+++ grass/trunk/gui/icons/Makefile	2014-03-13 11:24:41 UTC (rev 59245)
@@ -19,7 +19,7 @@
 
 default: $(ETCICONS) $(HTMLICONS)
 	$(MKDIR) $(ARCH_DISTDIR)/share/applications
-	$(INSTALL) grass.desktop $(ARCH_DISTDIR)/share/applications
+	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/applications
 
 $(ETC)/gui/icons/%: % | $(ETCDIRS)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list