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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 5 01:13:20 PDT 2016


Author: neteler
Date: 2016-09-05 01:13:20 -0700 (Mon, 05 Sep 2016)
New Revision: 69374

Modified:
   grass-addons/tools/addons/compile.sh
Log:
addons compile.sh: added temporal section to loop; fixed database -->db

Modified: grass-addons/tools/addons/compile.sh
===================================================================
--- grass-addons/tools/addons/compile.sh	2016-09-04 23:14:48 UTC (rev 69373)
+++ grass-addons/tools/addons/compile.sh	2016-09-05 08:13:20 UTC (rev 69374)
@@ -73,7 +73,9 @@
 echo "-----------------------------------------------------"
 
 pwd=`pwd`
-for c in "database" "display" "general" "imagery" "misc" "postscript" "raster" "raster3d" "vector" "gui/wxpython"; do
+# .. "hadoop"
+# from ../../grass7/
+for c in "db" "display" "general" "gui/wxpython" "imagery" "misc" "raster" "raster3d" "temporal" "vector" ; do
     if [ ! -d $c ]; then
 	continue
     fi



More information about the grass-commit mailing list