]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedemo
Forward port recent changes on the 2.8 branch to HEAD
[wxWidgets.git] / wxPython / distrib / makedemo
index 54eb2f85c9fa813be74b039fde8629a02bf749c3..e94a2e1f59f35e90086767656ba276a5975c13e0 100755 (executable)
@@ -29,7 +29,7 @@ rm -f `find  _distrib_tgz/wxPython-$VERSION -name ".#*"`
 cd _distrib_tgz
 
 tar cvf ../dist/wxPython-demo-$VERSION.tar wxPython-$VERSION
-gzip -9 ../dist/wxPython-demo-$VERSION.tar
+bzip2 -9 -f ../dist/wxPython-demo-$VERSION.tar
 
 cd ..
 rm -r _distrib_tgz