Sfoglia il codice sorgente

winGRASS: include also grass70.py

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48812 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 anni fa
parent
commit
1eac4a9775
1 ha cambiato i file con 9 aggiunte e 8 eliminazioni
  1. 9 8
      mswindows/osgeo4w/package.sh

+ 9 - 8
mswindows/osgeo4w/package.sh

@@ -180,14 +180,15 @@ if [ -n "$PACKAGE" ]; then
 
     # 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