From d14d4ff4e50a1e98f90759ef146d28b665f2166f Mon Sep 17 00:00:00 2001 From: "Scott V. Kamp" Date: Fri, 12 Mar 2010 22:34:30 +0000 Subject: [PATCH] [patchteam] twisted fix for installing zope Signed off by alexander@sulfrian.net SVN-Revision: 20169 --- lang/twisted/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/twisted/Makefile b/lang/twisted/Makefile index 418777354c..2dd39421ff 100644 --- a/lang/twisted/Makefile +++ b/lang/twisted/Makefile @@ -218,11 +218,17 @@ define Build/Compile $(call Build/Compile/PyMod,., \ install --prefix="$(PKG_INSTALL_DIR)/usr" --no-compile, \ TWISTED_SUBPROJECTS="$(TWISTED_SUBPROJECTS)" \ + PYTHONPATH="$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)" \ ) $(call Build/Compile/PyMod,zope.interface-$(ZOPE_IF_VER), \ install --prefix="$(PKG_INSTALL_DIR)/usr" --no-compile, \ + PYTHONPATH="$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)" \ ) $(SED) 's,#!$(PYTHON),#!/usr/bin/python,' $(PKG_INSTALL_DIR)/usr/bin/* + + $(CP) -a \ + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/zope.interface-*.egg/zope \ + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/ endef $(eval $(call PyPackage,twisted)) -- 2.30.2