[GRASS-SVN] r48782 - grass/branches/releasebranch_6_4/macosx/app
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 13 09:50:40 EDT 2011
Author: kyngchaos
Date: 2011-10-13 06:50:40 -0700 (Thu, 13 Oct 2011)
New Revision: 48782
Modified:
grass/branches/releasebranch_6_4/macosx/app/grass.sh.in
Log:
modules folder is a prefix now
Modified: grass/branches/releasebranch_6_4/macosx/app/grass.sh.in
===================================================================
--- grass/branches/releasebranch_6_4/macosx/app/grass.sh.in 2011-10-13 13:48:26 UTC (rev 48781)
+++ grass/branches/releasebranch_6_4/macosx/app/grass.sh.in 2011-10-13 13:50:40 UTC (rev 48782)
@@ -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:$GISBASE_SYSTEM/Modules"
fi
export GRASS_ADDON_PATH
More information about the grass-commit
mailing list