X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fsystem%2Fubus%2FMakefile;h=559840e4f9a242eecfaaaa7cb2d70cea1554cd5b;hb=dc2c976be201af4a742f1661e8f34ee46170d618;hp=abd0a7653b471ea73a6e4563a8d6ec8c45410cd8;hpb=4ebf19b48fafc8d94e14e4ba779969613b241a6a;p=openwrt%2F.git 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