Merge pull request #7291 from cotequeiroz/pytz-installdev
pytz: add Package/InstallDev
This commit is contained in:
commit
1ee4c1492d
1 changed files with 7 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue