projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7acb84d
)
ubus: fix ubus lua binding duplication
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 28 Jun 2013 11:27:24 +0000
(11:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 28 Jun 2013 11:27:24 +0000
(11:27 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37074
package/system/ubus/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ubus/Makefile
b/package/system/ubus/Makefile
index abd0a7653b471ea73a6e4563a8d6ec8c45410cd8..559840e4f9a242eecfaaaa7cb2d70cea1554cd5b 100644
(file)
--- 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