[GRASS-SVN] r42837 - grass-addons/tools/wingrass-packager
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 18 15:39:24 EDT 2010
Author: martinl
Date: 2010-07-18 19:39:24 +0000 (Sun, 18 Jul 2010)
New Revision: 42837
Modified:
grass-addons/tools/wingrass-packager/grass_compile.sh
Log:
fix grass_compile.sh script (rm not in the path)
Modified: grass-addons/tools/wingrass-packager/grass_compile.sh
===================================================================
--- grass-addons/tools/wingrass-packager/grass_compile.sh 2010-07-18 18:56:25 UTC (rev 42836)
+++ grass-addons/tools/wingrass-packager/grass_compile.sh 2010-07-18 19:39:24 UTC (rev 42837)
@@ -10,6 +10,8 @@
./mswindows/osgeo4w/package.sh
}
+export PATH=$PATH:/c/OSGeo4W/apps/msys/bin
+
compile grass64_release
compile grass6_devel
compile grass_trunk
More information about the grass-commit
mailing list