[vlc-commits] macOS package: Install compiled lua scripts into the current libdir

David Fuhrmann git at videolan.org
Sun Jan 14 19:44:13 CET 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jan 14 19:42:27 2018 +0100| [6c79386b9779097a9fe33aa0a26e06927b913a6f] | committer: David Fuhrmann

macOS package: Install compiled lua scripts into the current libdir

Current libdir is the dir of the application, thus copy it there.
This should move to MacOS/lib later on probably.

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

 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..5a4f8ef3c9 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/
 endif
 	## HRTFs
 	cp -r $(srcdir)/share/hrtfs $@/Contents/MacOS/share/



More information about the vlc-commits mailing list