mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
make-release.sh: Move from gzip to bzip2
This commit is contained in:
parent
80b2c0a882
commit
248809b602
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ echo "----------------------------------------------------------------------"
|
|||
echo "Removing (temporary) checkout directory..."
|
||||
rm -rf $tmpdir
|
||||
|
||||
tarball=$distdir.tar.gz
|
||||
tarball=$distdir.tar.bz2
|
||||
echo "Constructing $tarball..."
|
||||
tar cf - $distdir | gzip -9 > $tarball || exit $?
|
||||
tar cf - $distdir | bzip2 -9 > $tarball || exit $?
|
||||
rm -r $distdir
|
||||
|
||||
echo "Done."
|
||||
|
|
Loading…
Add table
Reference in a new issue