[GRASS-SVN] r37799 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 9 17:39:43 EDT 2009


Author: neteler
Date: 2009-06-09 17:39:43 -0400 (Tue, 09 Jun 2009)
New Revision: 37799

Modified:
   grass/branches/develbranch_6/Makefile
Log:
use GRASS version for gem

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2009-06-09 21:35:25 UTC (rev 37798)
+++ grass/branches/develbranch_6/Makefile	2009-06-09 21:39:43 UTC (rev 37799)
@@ -280,7 +280,7 @@
 	-chmod -R a+rX ${INST_DIR} 2>/dev/null
 	@#GEM installation
 	-tar cBf - gem/skeleton | (cd ${INST_DIR}/etc ; tar xBf - ) 2>/dev/null
-	-${INSTALL} gem/gem6 ${BINDIR} 2>/dev/null
+	-${INSTALL} gem/gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) ${BINDIR} 2>/dev/null
 	@# enable OSX Help Viewer
 	@if [ "`cat include/Make/Platform.make | grep -i '^ARCH.*darwin'`" ] ; then /bin/ln -sfh "${INST_DIR}/docs/html" /Library/Documentation/Help/GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR} ; fi
 



More information about the grass-commit mailing list