[GRASS-SVN] r48780 - grass/trunk/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 13 09:46:25 EDT 2011


Author: kyngchaos
Date: 2011-10-13 06:46:25 -0700 (Thu, 13 Oct 2011)
New Revision: 48780

Modified:
   grass/trunk/macosx/app/grass.sh.in
Log:
modules folder is aprefix now

Modified: grass/trunk/macosx/app/grass.sh.in
===================================================================
--- grass/trunk/macosx/app/grass.sh.in	2011-10-13 12:44:09 UTC (rev 48779)
+++ grass/trunk/macosx/app/grass.sh.in	2011-10-13 13:46:25 UTC (rev 48780)
@@ -47,9 +47,9 @@
 # add some OS X style app support paths, and create user one if missing.
 mkdir -p "$GISBASE_USER/Modules/bin"
 if [ "$GRASS_ADDON_PATH" ] ; then
-	GRASS_ADDON_PATH="$GRASS_ADDON_PATH:$GISBASE_USER/Modules/bin:$GISBASE_SYSTEM/Modules/bin"
+	GRASS_ADDON_PATH="$GRASS_ADDON_PATH:$GISBASE_USER/Modules:$GISBASE_SYSTEM/Modules"
 else
-	GRASS_ADDON_PATH="$GISBASE_USER/Modules/bin:$GISBASE_SYSTEM/Modules/bin"
+	GRASS_ADDON_PATH="$GISBASE_USER/Modules/bin:$GISBASE_SYSTEM/Modules"
 fi
 export GRASS_ADDON_PATH
 



More information about the grass-commit mailing list