ubus: fix ubus lua binding duplication
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37074 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
875f0ec22a
commit
331a132006
|
@ -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