[GRASS-SVN] r46237 - grass/branches/releasebranch_6_4/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 11 22:03:53 EDT 2011


Author: kyngchaos
Date: 2011-05-11 19:03:53 -0700 (Wed, 11 May 2011)
New Revision: 46237

Modified:
   grass/branches/releasebranch_6_4/macosx/app/build_html_user_index.sh
Log:
make sure user help folder exists

Modified: grass/branches/releasebranch_6_4/macosx/app/build_html_user_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/macosx/app/build_html_user_index.sh	2011-05-11 15:22:50 UTC (rev 46236)
+++ grass/branches/releasebranch_6_4/macosx/app/build_html_user_index.sh	2011-05-12 02:03:53 UTC (rev 46237)
@@ -184,4 +184,5 @@
 
 # add Help Viewer link in user docs folder
 
+mkdir -p $HOME/Library/Documentation/Help/
 ln -sfh ../../GRASS/$GRASS_MMVER/Modules/docs/html $HOME/Library/Documentation/Help/GRASS-$GRASS_MMVER



More information about the grass-commit mailing list