[GRASS-SVN] r67458 - grass/trunk/gui/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 31 08:56:46 PST 2015
Author: martinl
Date: 2015-12-31 08:56:46 -0800 (Thu, 31 Dec 2015)
New Revision: 67458
Modified:
grass/trunk/gui/icons/Makefile
Log:
attempt fix Makefile to install 32bit/64bit icon
Modified: grass/trunk/gui/icons/Makefile
===================================================================
--- grass/trunk/gui/icons/Makefile 2015-12-31 15:14:52 UTC (rev 67457)
+++ grass/trunk/gui/icons/Makefile 2015-12-31 16:56:46 UTC (rev 67458)
@@ -28,7 +28,7 @@
$(INSTALL_DATA) grass.svg $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps/grass71.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