[patchteam] twisted fix for installing zope

Signed off by alexander@sulfrian.net


git-svn-id: svn://svn.openwrt.org/openwrt/packages@20169 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
dingo 2010-03-12 22:34:30 +00:00
parent cb533edcda
commit d8934547a5

View File

@ -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))