[vlc-devel] [vlc-commits] extras: win32: Fix lua scripts location

Rémi Denis-Courmont remi at remlab.net
Sat Jan 20 11:51:04 CET 2018


Le perjantaina 19. tammikuuta 2018, 20.32.40 EET David Fuhrmann a écrit :
> > Am 19.01.2018 um 10:54 schrieb Hugo Beauzée-Luyssen <git at videolan.org>:
> > 
> > vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jan 19
> > 10:55:34 2018 +0100| [e69097e9785388d1d79fc6e85161b226ede3603b] |
> > committer: Hugo Beauzée-Luyssen
> > 
> > extras: win32: Fix lua scripts location
> > 
> > Fix #19497
> > 
> >> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e69097e9785388d1d7
> >> 9fc6e85161b226ede3603b> 
> > ---
> > 
> > extras/package/win32/package.mak | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/extras/package/win32/package.mak
> > b/extras/package/win32/package.mak index 53f9699086..5c36ca1ac3 100644
> > --- a/extras/package/win32/package.mak
> > +++ b/extras/package/win32/package.mak
> > @@ -60,7 +60,7 @@ package-win-common: package-win-install package-win-sdk
> > 
> > if BUILD_LUA
> > 
> > 	mkdir -p $(win32_destdir)/lua/
> > 
> > -	cp -r $(prefix)/share/vlc/lua/* $(win32_destdir)/lua/
> > +	cp -r $(prefix)/lib/vlc/lua/* $(win32_destdir)/lua/
> 
> Hi Hugo,
> 
> Did you check the files in $(prefix)/share/vlc/lua?

You should rather dump lib and share as wholes, not cherry-pick. This is what 
the C code expects, always has.

Also, this should be $pkgdatadir and $pkglibdir, not $prefix/whatever...

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list