mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
Merge pull request #7291 from cotequeiroz/pytz-installdev
pytz: add Package/InstallDev
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