]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
install lua module 0644 instead of 0755
authorDwight Engen <dwight.engen@oracle.com>
Tue, 22 Oct 2013 20:33:34 +0000 (16:33 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 22 Oct 2013 20:47:29 +0000 (16:47 -0400)
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>
src/lua-lxc/Makefile.am

index 11eabfdc8ba88575ebd71ad2e885db9e72bbc5b2..7bbaf610cfc18e52a046c3508c7175aa2ac80962 100644 (file)
@@ -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