Fixes rpmlint error "script-without-shebang". Checked other lua modules and none are installed with execute permission.
Signed-off-by: Dwight Engen <dwight.en...@oracle.com> --- src/lua-lxc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua-lxc/Makefile.am b/src/lua-lxc/Makefile.am index 11eabfd..7bbaf61 100644 --- a/src/lua-lxc/Makefile.am +++ b/src/lua-lxc/Makefile.am @@ -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 -- 1.8.3.1 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel