Skip to content

Commit

Permalink
install lua module 0644 instead of 0755
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dwight Engen authored and stgraber committed Oct 22, 2013
1 parent 0adde0f commit 3ffe454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua-lxc/Makefile.am
Expand Up @@ -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

Expand Down

0 comments on commit 3ffe454

Please sign in to comment.