From 3624edd324b04a0a4765d47b949063791bfe9fb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 7 Nov 2010 21:45:21 +0100 Subject: [PATCH] win32 package (compiled) lua scripts share/vlc/lua only contains the files needed for the (lua) http interface --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dc3abd7eb4..0235b3141a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -721,7 +721,9 @@ package-win-common: install build-npapi build-activex cp -r $(destdir)/lib/vlc/plugins $(win32_destdir) if BUILD_LUA - cp -r $(destdir)/share/vlc/lua $(win32_destdir) + mkdir -p $(win32_destdir)/lua + cp -r $(destdir)/lib/vlc/lua/* $(win32_destdir)/lua + cp -r $(destdir)/share/vlc/lua/* $(win32_destdir)/lua endif if BUILD_HTTPD -- 2.39.2