]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedemo
2.7 --> 2.8
[wxWidgets.git] / wxPython / distrib / makedemo
index 52bf91775bca11214f8362a735aa1af23ee48059..e94a2e1f59f35e90086767656ba276a5975c13e0 100755 (executable)
@@ -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