mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
pytz: add package/InstallDev
Building would not work for packages that depended on this when the build directory was deleted after compiled, so they failed when BUILDBOT=y. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
@@ -37,6 +37,13 @@ define Build/Compile
|
|||||||
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/pytz/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
|
||||||
|
$(1)$(PYTHON_PKG_DIR)
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pytz/install
|
define Package/pytz/install
|
||||||
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
||||||
$(CP) \
|
$(CP) \
|
||||||
|
|||||||
Reference in New Issue
Block a user