add missing install dir creation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8643 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0933f64c59
commit
2e6784debb
@ -80,6 +80,7 @@ define Build/UninstallDev
|
||||
endef
|
||||
|
||||
define PyPackage/egenix-mx/install
|
||||
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
||||
$(CP) $(PKG_BUILD_DIR)/foo/mx $(1)$(PYTHON_PKG_DIR)/
|
||||
ln -sf $(1)$(PYTHON_PKG_DIR)/mx/BeeBase/ExitFunctions.py \
|
||||
$(1)$(PYTHON_PKG_DIR)/mx/Misc/
|
||||
|
Loading…
x
Reference in New Issue
Block a user