From 331a132006ee7e9d58cdfdb62825be7dd1a0bc0c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 28 Jun 2013 11:27:24 +0000 Subject: ubus: fix ubus lua binding duplication Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37074 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/ubus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/ubus/Makefile') 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 -- cgit v1.2.3