mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11353 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
588d69a7c7
commit
b5f3c226b5
@ -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…
x
Reference in New Issue
Block a user