projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc35f54
)
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Jun 2008 15:12:44 +0000
(15:12 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Jun 2008 15:12:44 +0000
(15:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11353
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
485ba5a
..
babc248
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-73,8
+73,8
@@
define Package/libuci/install
endef
define Package/libuci-lua/install
- $(INSTALL_DIR) $(1)/usr/lib/lua
/5.1
- $(CP) $(PKG_BUILD_DIR)/lua/uci.so $(1)/usr/lib/lua/
5.1
+ $(INSTALL_DIR) $(1)/usr/lib/lua
+ $(CP) $(PKG_BUILD_DIR)/lua/uci.so $(1)/usr/lib/lua/
endef
define Package/uci/install
This page took
0.026755 seconds
and
4
git commands to generate.