[vlc-devel] [PATCH] share: Install precompiled lua scripts in /share instead of /libs

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Aug 3 16:31:09 CEST 2017


Fix #18639
---
 share/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index 9ca7210322..2da2301bf9 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -116,7 +116,7 @@ luac_verbose_0 = @echo "  LUAC   $@";
 	$(luac_verbose)$(LUAC) -o $@ $<
 
 if BUILD_LUA
-nobase_vlclib_DATA = \
+nobase_vlcdata_DATA += \
 	lua/extensions/VLSub.luac \
 	lua/intf/cli.luac \
 	lua/intf/dummy.luac \
-- 
2.11.0



More information about the vlc-devel mailing list