X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc59c2062c644236551b9652874414bdb2144955..d0ee33f5c6908b4ac5e1364381f0ef00942e3936:/wxPython/distrib/makedemo 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