ubus: fix ubus lua binding duplication
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37074
This commit is contained in:
parent
7acb84dde7
commit
2c7530a622
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ endef
|
|||
|
||||
define Package/libubus/install
|
||||
$(INSTALL_DIR) $(1)/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/lib/
|
||||
endef
|
||||
|
||||
define Package/libubus-lua/install
|
||||
|
|
Loading…
Reference in a new issue