Browse Source

grass.desktop: install file into share/applications/

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

+ 1 - 1
gui/icons/Makefile

@@ -19,7 +19,7 @@ HTMLDIRS = \
 
 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) $< $@