[GRASS-SVN] r63440 - grass-addons/tools/addons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 8 04:59:24 PST 2014


Author: martinl
Date: 2014-12-08 04:59:24 -0800 (Mon, 08 Dec 2014)
New Revision: 63440

Modified:
   grass-addons/tools/addons/compile.sh
Log:
wingrass-packager: index->summary

Modified: grass-addons/tools/addons/compile.sh
===================================================================
--- grass-addons/tools/addons/compile.sh	2014-12-08 12:42:55 UTC (rev 63439)
+++ grass-addons/tools/addons/compile.sh	2014-12-08 12:59:24 UTC (rev 63440)
@@ -10,7 +10,7 @@
 TOPDIR="$2"
 ADDON_PATH="$3"
 GRASS_VERSION=`echo $ADDON_PATH | cut -d'/' -f6 | sed 's/grass//g'`
-INDEX_FILE="index"
+INDEX_FILE="summary"
 
 if [ ! -d "$3" ] ; then
     mkdir -p "$3"



More information about the grass-commit mailing list