[GRASS-SVN] r48781 - grass/branches/develbranch_6/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 13 09:48:26 EDT 2011


Author: kyngchaos
Date: 2011-10-13 06:48:26 -0700 (Thu, 13 Oct 2011)
New Revision: 48781

Modified:
   grass/branches/develbranch_6/macosx/app/grass.sh.in
Log:
modules folder is a prefix now

Modified: grass/branches/develbranch_6/macosx/app/grass.sh.in
===================================================================
--- grass/branches/develbranch_6/macosx/app/grass.sh.in	2011-10-13 13:46:25 UTC (rev 48780)
+++ grass/branches/develbranch_6/macosx/app/grass.sh.in	2011-10-13 13:48:26 UTC (rev 48781)
@@ -42,9 +42,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