X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fsystem%2Fubus%2FMakefile;h=559840e4f9a242eecfaaaa7cb2d70cea1554cd5b;hp=abd0a7653b471ea73a6e4563a8d6ec8c45410cd8;hb=766bee696ffa71acf5c7756f1de2787116ba454f;hpb=4d953d3a481dd847524eae78c7aae00153bc7efd diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index abd0a7653b..559840e4f9 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -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