Commit 3624edd3 authored by Rafaël Carré's avatar Rafaël Carré

win32 package (compiled) lua scripts

share/vlc/lua only contains the files needed for the (lua) http interface
parent 004020d3
...@@ -721,7 +721,9 @@ package-win-common: install build-npapi build-activex ...@@ -721,7 +721,9 @@ package-win-common: install build-npapi build-activex
cp -r $(destdir)/lib/vlc/plugins $(win32_destdir) cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)
if BUILD_LUA 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 endif
if BUILD_HTTPD if BUILD_HTTPD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment