X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc59c2062c644236551b9652874414bdb2144955..83811067515a49ce16e9502c1cf217497a216b18:/wxPython/distrib/makedemo?ds=inline diff --git a/wxPython/distrib/makedemo b/wxPython/distrib/makedemo index 52bf91775b..e94a2e1f59 100755 --- a/wxPython/distrib/makedemo +++ b/wxPython/distrib/makedemo @@ -28,8 +28,8 @@ rm -f `find _distrib_tgz/wxPython-$VERSION -name ".#*"` cd _distrib_tgz -tar cvf ../dist/wxPythonDemo-$VERSION.tar wxPython-$VERSION -gzip -9 ../dist/wxPythonDemo-$VERSION.tar +tar cvf ../dist/wxPython-demo-$VERSION.tar wxPython-$VERSION +bzip2 -9 -f ../dist/wxPython-demo-$VERSION.tar cd .. rm -r _distrib_tgz