aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubus/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-28 11:27:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-28 11:27:24 +0000
commit331a132006ee7e9d58cdfdb62825be7dd1a0bc0c (patch)
tree6c7c31a3d88662d4b10f7fa41979682967069662 /package/system/ubus/Makefile
parent875f0ec22a1207be10c3f5167d0cf6efc6d2b512 (diff)
downloadupstream-331a132006ee7e9d58cdfdb62825be7dd1a0bc0c.tar.gz
upstream-331a132006ee7e9d58cdfdb62825be7dd1a0bc0c.tar.bz2
upstream-331a132006ee7e9d58cdfdb62825be7dd1a0bc0c.zip
ubus: fix ubus lua binding duplication
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubus/Makefile')
-rw-r--r--package/system/ubus/Makefile2
1 files changed, 1 insertions, 1 deletions
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