From 3ffe454baf944a7803b12c2cbd9e33ca81b76784 Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Tue, 22 Oct 2013 16:33:34 -0400 Subject: [PATCH] install lua module 0644 instead of 0755 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes rpmlint error "script-without-shebang". Checked other lua modules and none are installed with execute permission. Signed-off-by: Dwight Engen Acked-by: Stéphane Graber --- 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 11eabfdc8..7bbaf610c 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