[GRASS-SVN] r48812 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 14 16:46:36 EDT 2011


Author: martinl
Date: 2011-10-14 13:46:36 -0700 (Fri, 14 Oct 2011)
New Revision: 48812

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
winGRASS: include also grass70.py

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2011-10-14 19:24:38 UTC (rev 48811)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2011-10-14 20:46:36 UTC (rev 48812)
@@ -180,14 +180,15 @@
 
     # grass package
     tar -cjf $PDIR/grass$PACKAGE_NAME-$VERSION-$PACKAGE.tar.bz2 \
-    apps/grass/grass-$VERSION \
-    bin/grass$MAJOR$MINOR.bat.tmpl \
-    bin/grass$MAJOR$MINOR.tmpl \
-    bin/libintl3.dll \
-    bin/libiconv2.dll \
-    bin/regex2.dll \
-    etc/postinstall/grass$MAJOR$MINOR.bat \
-    etc/preremove/grass$MAJOR$MINOR.bat
+	apps/grass/grass-$VERSION \
+	bin/grass$MAJOR$MINOR.py \
+	bin/grass$MAJOR$MINOR.bat.tmpl \
+	bin/grass$MAJOR$MINOR.tmpl \
+	bin/libintl3.dll \
+	bin/libiconv2.dll \
+	bin/regex2.dll \
+	etc/postinstall/grass$MAJOR$MINOR.bat \
+	etc/preremove/grass$MAJOR$MINOR.bat
     
     rm bin/grass$MAJOR$MINOR.tmpl
     rm bin/grass$MAJOR$MINOR.bat.tmpl



More information about the grass-commit mailing list