[GRASS-SVN] r67463 - grass/branches/releasebranch_7_0/gui/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 1 04:25:24 PST 2016
Author: martinl
Date: 2016-01-01 04:25:24 -0800 (Fri, 01 Jan 2016)
New Revision: 67463
Modified:
grass/branches/releasebranch_7_0/gui/icons/Makefile
Log:
attempt fix Makefile to install 32bit/64bit icon
(merge r67458 from trunk)
Modified: grass/branches/releasebranch_7_0/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/gui/icons/Makefile 2016-01-01 12:00:53 UTC (rev 67462)
+++ grass/branches/releasebranch_7_0/gui/icons/Makefile 2016-01-01 12:25:24 UTC (rev 67463)
@@ -28,7 +28,7 @@
$(INSTALL_DATA) grass.svg $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps/grass70.svg
$(MKDIR) $(ARCH_DISTDIR)/share/appdata
$(INSTALL_DATA) grass.appdata.xml $(ARCH_DISTDIR)/share/appdata
-ifeq ($(filter x86_64,$(ARCH)),)
+ifeq ($(findstring x86_64,$(ARCH)),x86_64)
$(INSTALL_DATA) x86_64/grass.ico $(GUIDIR)/icons
$(INSTALL_DATA) x86_64/grass_osgeo.ico $(GUIDIR)/icons
endif
More information about the grass-commit
mailing list