[GRASS-SVN] r37677 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 1 02:28:58 EDT 2009
Author: glynn
Date: 2009-06-01 02:28:55 -0400 (Mon, 01 Jun 2009)
New Revision: 37677
Modified:
grass/trunk/Makefile
Log:
Fix name of gem program
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2009-06-01 06:28:24 UTC (rev 37676)
+++ grass/trunk/Makefile 2009-06-01 06:28:55 UTC (rev 37677)
@@ -228,7 +228,7 @@
-chmod -R a+rX ${INST_DIR} 2>/dev/null
@#GEM installation
-tar cBf - gem/skeleton | tar xBCf ${INST_DIR}/etc - 2>/dev/null
- -${INSTALL} gem/gem7 ${BINDIR} 2>/dev/null
+ -${INSTALL} gem/gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) ${BINDIR} 2>/dev/null
@# enable OSX Help Viewer
@if [ "`grep -i '^ARCH.*darwin' < include/Make/Platform.make`" ] ; 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