mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 16:13:35 +00:00
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: Dwight Engen <dwight.engen@oracle.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
0adde0f841
commit
3ffe454baf
@ -3,7 +3,7 @@ if ENABLE_LUA
|
||||
luadir=$(LUA_INSTALL_LMOD)
|
||||
sodir=$(LUA_INSTALL_CMOD)/lxc
|
||||
|
||||
lua_SCRIPTS=lxc.lua
|
||||
lua_DATA=lxc.lua
|
||||
|
||||
so_PROGRAMS = core.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user