X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb56afc421319d1c7d88e117969cdc5fdea5fe85..64c1effefabacc175cf601ea4118f3b806a1fd65:/wxPython/distrib/makedemo diff --git a/wxPython/distrib/makedemo b/wxPython/distrib/makedemo index 54eb2f85c9..e94a2e1f59 100755 --- a/wxPython/distrib/makedemo +++ b/wxPython/distrib/makedemo @@ -29,7 +29,7 @@ rm -f `find _distrib_tgz/wxPython-$VERSION -name ".#*"` cd _distrib_tgz tar cvf ../dist/wxPython-demo-$VERSION.tar wxPython-$VERSION -gzip -9 ../dist/wxPython-demo-$VERSION.tar +bzip2 -9 -f ../dist/wxPython-demo-$VERSION.tar cd .. rm -r _distrib_tgz