[GRASS-SVN] r58662 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 10 02:22:42 PST 2014
Author: martinl
Date: 2014-01-10 02:22:42 -0800 (Fri, 10 Jan 2014)
New Revision: 58662
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
winGRASS: fix subversion path - installed in c:\Subversion
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2014-01-10 10:22:15 UTC (rev 58661)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2014-01-10 10:22:42 UTC (rev 58662)
@@ -31,7 +31,7 @@
export OSGEO4W_ROOT_MSYS="/c/OSGeo4W${OSGEO4W_ROOT_POSTFIX}"
export OSGEO4W_ROOT="C:\\\OSGeo4W${OSGEO4W_ROOT_POSTFIX}"
-export PATH=.:/usr/local/bin:/bin:$OSGEO4W_ROOT_MSYS/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Subversion:$PWD/mswindows/osgeo4w
+export PATH=.:/usr/local/bin:/bin:$OSGEO4W_ROOT_MSYS/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Subversion/bin:$PWD/mswindows/osgeo4w
T0=$(date +%s)
LT=$T0
More information about the grass-commit
mailing list