X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb56afc421319d1c7d88e117969cdc5fdea5fe85..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/distrib/makedemo?ds=sidebyside 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