mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58: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))
|
||||
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
|
||||
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
||||
$(CP) \
|
||||
|
||||
Reference in New Issue
Block a user