]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedemo
Make it possible to tell wxXmlResource which domain to pull
[wxWidgets.git] / wxPython / distrib / makedemo
index a5c42a978b89cf5d700315e9640d17aee8f02b61..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 -f ../dist/wxPython-demo-$VERSION.tar
+bzip2 -9 -f ../dist/wxPython-demo-$VERSION.tar
 
 cd ..
 rm -r _distrib_tgz