From: Dwight Engen Date: Tue, 22 Oct 2013 20:33:34 +0000 (-0400) Subject: install lua module 0644 instead of 0755 X-Git-Tag: lxc-1.0.0.alpha3~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ffe454baf944a7803b12c2cbd9e33ca81b76784;p=thirdparty%2Flxc.git 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 Acked-by: Stéphane Graber --- 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