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
|
@ -69,7 +69,7 @@ endef
|
||||||
|
|
||||||
define Package/libubus/install
|
define Package/libubus/install
|
||||||
$(INSTALL_DIR) $(1)/lib
|
$(INSTALL_DIR) $(1)/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libubus-lua/install
|
define Package/libubus-lua/install
|
||||||
|
|
Loading…
Reference in New Issue