projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bb65fb
)
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jun 2008 15:12:44 +0000
(15:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jun 2008 15:12:44 +0000
(15:12 +0000)
SVN-Revision: 11353
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index 485ba5ae3eec1796e088e11e11d466efa9fb5f1b..babc248db882c7b0c9c06ee5b72d02754fa37825 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