diff -r 1e2390f5555e -r 8e22ba234817 make-rules/setup.py.mk --- a/make-rules/setup.py.mk Tue Mar 22 16:12:59 2011 -0700 +++ b/make-rules/setup.py.mk Wed Mar 23 12:42:35 2011 -0700 @@ -48,10 +48,6 @@ $(COMPONENT_POST_BUILD_ACTION) $(TOUCH) $@ -# The default is site-packages, but that directory belongs to the end-user. -# Modules which are shipped by the OS but not with the core Python distribution -# belong in vendor-packages. -PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages COMPONENT_INSTALL_ARGS += --root $(PROTO_DIR) COMPONENT_INSTALL_ARGS += --install-lib=$(PYTHON_LIB)