diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:27:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:27:24 +0000 |
commit | 331a132006ee7e9d58cdfdb62825be7dd1a0bc0c (patch) | |
tree | 6c7c31a3d88662d4b10f7fa41979682967069662 /package/system | |
parent | 875f0ec22a1207be10c3f5167d0cf6efc6d2b512 (diff) | |
download | upstream-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')
-rw-r--r-- | package/system/ubus/Makefile | 2 |
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 |