vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | Sun 
Jan 14 22:46:09 2018 +0100| [f4514905b60a0c1459dc568206c87d2cc78313a9] | 
committer: David Fuhrmann

macOS packaging: Merge share/lua and lib/lua folders

Separation between share and lib is not planned for 3.0 anymore,
therefore just merge both folders like it has been packaged
before.

see 6c79386b9779097a9fe33aa0a26e06927b913a6f in vlc.git.

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f4514905b60a0c1459dc568206c87d2cc78313a9
---

 extras/package/macosx/package.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/macosx/package.mak 
b/extras/package/macosx/package.mak
index 2cca442fae..157739a4a6 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -34,6 +34,7 @@ endif
 if BUILD_LUA
        ## Copy lua scripts
        cp -r "$(prefix)/share/vlc/lua" $@/Contents/MacOS/share/
+       cp -r "$(prefix)/lib/vlc/lua" $@/Contents/MacOS/share/
 endif
        ## HRTFs
        cp -r $(srcdir)/share/hrtfs $@/Contents/MacOS/share/

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to