Browse Source

ubus: fix ubus lua binding duplication

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37074
Felix Fietkau 12 years ago
parent
commit
2c7530a622
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/system/ubus/Makefile

+ 1 - 1
package/system/ubus/Makefile

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