From: Felix Fietkau Date: Fri, 28 Jun 2013 11:27:24 +0000 (+0000) Subject: ubus: fix ubus lua binding duplication X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2c7530a62229dac8a6f4049fbfb5d327e9361c2c;p=openwrt%2Fstaging%2Fdedeckeh.git ubus: fix ubus lua binding duplication Signed-off-by: Felix Fietkau SVN-Revision: 37074 --- 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