Bump WX_CURRENT back to 3, this must stay the same as

wx_release_number until bakefile is fixed to unlink the
the soversion from it.  Ideally of course it should track
binary incompatible releases instead.

Update the Debian scripts to suit the new site-packages
location for wxPython.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-11-12 11:39:03 +00:00
parent e05928eb5b
commit e653e18150
4 changed files with 20 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
set -e
WXPYTHONDIR="/usr/lib/=PY/site-packages/wx-=SOV"
WXPYTHONDIR="/=WXPYDIR"
if [ "$1" = "configure" ]; then
=PY /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}