[GRASS-SVN] r57609 - grass/branches/develbranch_6/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 6 10:42:41 PDT 2013


Author: martinl
Date: 2013-09-06 10:42:40 -0700 (Fri, 06 Sep 2013)
New Revision: 57609

Modified:
   grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
package.sh: unix2dos (sync'ed with G64)


Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh	2013-09-06 17:42:21 UTC (rev 57608)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh	2013-09-06 17:42:40 UTC (rev 57609)
@@ -187,7 +187,13 @@
 	$SRC/mswindows/osgeo4w/grass.bat.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}.bat.tmpl
     sed -e "s#@VERSION@#$VERSION#g" \
 	$SRC/mswindows/osgeo4w/grass.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}.tmpl
-
+    
+    # bat files - unix2dos
+    unix2dos bin/${GRASS_EXECUTABLE}.bat.tmpl
+    unix2dos bin/${GRASS_EXECUTABLE}.tmpl
+    unix2dos etc/postinstall/${GRASS_EXECUTABLE}.bat
+    unix2dos etc/preremove/${GRASS_EXECUTABLE}.bat
+    
     # grass package
     tar -cjf $PDIR/grass$PACKAGE_NAME-$VERSION-$PACKAGE.tar.bz2 \
 	apps/grass/grass-$VERSION \



More information about the grass-commit mailing list