From 2c7530a62229dac8a6f4049fbfb5d327e9361c2c Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 28 Jun 2013 11:27:24 +0000
Subject: [PATCH] ubus: fix ubus lua binding duplication

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37074
---
 package/system/ubus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab