diff --git a/wxPython/distrib/build_packages.sh b/wxPython/distrib/build_packages.sh index 11a2d294b3..c54265f133 100755 --- a/wxPython/distrib/build_packages.sh +++ b/wxPython/distrib/build_packages.sh @@ -70,18 +70,14 @@ if [ "$OSTYPE" = "cygwin" ]; then UNI=-uni fi ./.make hybrid$UNI - # make tools for docs creation, etc. ./.make_tools - # update the language files - cd $WXWIN/locale - make allmo - - $TOOLS/Python$PY_VERSION/python `cygpath -d $WXWIN/wxPython/distrib/makemo.py` - cd $WXWIN/wxPython + # update the language files + $TOOLS/Python$PY_VERSION/python `cygpath -d $WXWIN/wxPython/distrib/makemo.py` + rm -rf build build.unicode rm -rf wx/*.pyd