X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc59c2062c644236551b9652874414bdb2144955..6802574779c4e8c1d806a16942326e4ce2eb44a3:/wxPython/distrib/makedemo diff --git a/wxPython/distrib/makedemo b/wxPython/distrib/makedemo index 52bf91775b..a5c42a978b 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 -f ../dist/wxPython-demo-$VERSION.tar cd .. rm -r _distrib_tgz