Commit 3ffe454b by Dwight Engen Committed by Stéphane Graber

install lua module 0644 instead of 0755

Fixes rpmlint error "script-without-shebang". Checked other lua modules and none are installed with execute permission. Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 0adde0f8
...@@ -3,7 +3,7 @@ if ENABLE_LUA ...@@ -3,7 +3,7 @@ if ENABLE_LUA
luadir=$(LUA_INSTALL_LMOD) luadir=$(LUA_INSTALL_LMOD)
sodir=$(LUA_INSTALL_CMOD)/lxc sodir=$(LUA_INSTALL_CMOD)/lxc
lua_SCRIPTS=lxc.lua lua_DATA=lxc.lua
so_PROGRAMS = core.so so_PROGRAMS = core.so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment