mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 18:53:08 +01:00
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
SVN-Revision: 11353
This commit is contained in:
parent
7bb65fb9d7
commit
c8ed362edd
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue