K 10 svn:author V 3 pav K 8 svn:date V 27 2004-07-13T07:41:30.000000Z K 7 svn:log V 341 - Patch out $ python - print site.sitedirs invocation. According to perky: "sys.sitedirs is not for external reference, it's even hidden and not available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}. This fixes installation of python module, which would otherwise always end up in /usr/X11R6/lib/python2.3/site-packages. END