[lxc-devel] [PATCH] install lua module 0644 instead of 0755

Dwight Engen dwight.engen at oracle.com
Tue Oct 22 20:33:34 UTC 2013


Fixes rpmlint error "script-without-shebang". Checked other lua modules
and none are installed with execute permission.

Signed-off-by: Dwight Engen <dwight.engen at 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





More information about the lxc-devel mailing list