Too lazy to fix Lua, so fix other stuff

This commit is contained in:
Uli Schlachter 2020-08-03 17:56:40 +02:00
parent 5ccfed22e6
commit cd79080e70
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ install:
(cd lgi
make LUA_INCDIR=${LUAINCLUDE} LUA_VERSION=${LUA} LUA_CFLAGS="-I${LUAINCLUDE}"
sudo make \
LUA_LIBDIR=/usr/lib/lua/${LUA} \
LUA_SHAREDIR=/usr/share/lua/${LUA} \
LUA_LIBDIR=/usr/local/lib/lua/${LUA} \
LUA_SHAREDIR=/usr/local/share/lua/${LUA} \
LUA_VERSION=${LUA} \
install)
else