mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-07 15:22:35 +00: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
@ -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…
Reference in New Issue
Block a user