grr... prevent double compression of the tarball

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@377 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/V0_9
gstein 2001-12-10 20:02:54 +00:00
parent 4f5800cec5
commit 1a8c6ac15b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ find $2 -print | xargs chmod uoa+r
find $2 -type d -print | xargs chmod uoa+x
# cut the tarball:
tar cfz - $2 | gzip -9 > $2.tar.gz
tar cf - $2 | gzip -9 > $2.tar.gz
# create also a ZIP file for those poor souls :-) still using Windows:
zip -qor9 $2.zip $2