X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f07962f933088c85ae0776cd2e4aec4579d31ffa..cb56afc421319d1c7d88e117969cdc5fdea5fe85:/wxPython/distrib/makedemo?ds=inline diff --git a/wxPython/distrib/makedemo b/wxPython/distrib/makedemo index 52bf91775b..54eb2f85c9 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 +gzip -9 ../dist/wxPython-demo-$VERSION.tar cd .. rm -r _distrib_tgz