X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/distrib/makedemo diff --git a/wxPython/distrib/makedemo b/wxPython/distrib/makedemo index a5c42a978b..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 -f ../dist/wxPython-demo-$VERSION.tar +bzip2 -9 -f ../dist/wxPython-demo-$VERSION.tar cd .. rm -r _distrib_tgz