[GRASS-SVN] r72680 - grass/trunk/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 4 14:17:56 PDT 2018


Author: neteler
Date: 2018-05-04 14:17:55 -0700 (Fri, 04 May 2018)
New Revision: 72680

Modified:
   grass/trunk/doc/howto_release.txt
Log:
doc/howto_release.txt: fix flag order for tar-1.30

Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt	2018-05-04 20:58:19 UTC (rev 72679)
+++ grass/trunk/doc/howto_release.txt	2018-05-04 21:17:55 UTC (rev 72680)
@@ -135,7 +135,7 @@
 # do not include the debian control files:
 mv grass-${VERSION}/debian .
 # create the package:
-tar cvfzh grass-${VERSION}.tar.gz grass-${VERSION}/* --exclude=.svn
+tar cvfzh grass-${VERSION}.tar.gz --exclude=.svn grass-${VERSION}/*
 # restore src code location:
 mv ./grass-${VERSION}/* .
 rmdir ./grass-${VERSION}



More information about the grass-commit mailing list