vlc | branch: master | Steve Lhomme <[email protected]> | Tue Mar 5 09:37:00 2019 +0100| [030c52254b4a99b2342e2046d01c7cab6fd664a8] | committer: Steve Lhomme
contrib: use PREFIX instead of TOPDST+HOST > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=030c52254b4a99b2342e2046d01c7cab6fd664a8 --- contrib/src/main.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 30a5e1f03a..46224d0465 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -466,12 +466,12 @@ vlc-contrib-$(HOST)-latest.tar.bz2: prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2 -$(UNPACK) - $(RM) -r $(TOPDST)/$(HOST) + $(RM) -r $(PREFIX) mv $(HOST) $(TOPDST) - cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh + cd $(PREFIX) && $(SRC)/change_prefix.sh ifdef HAVE_WIN32 ifndef HAVE_CROSS_COMPILE - $(RM) `find $(TOPDST)/$(HOST)/bin | file -f- | grep ELF | awk -F: '{print $$1}' | xargs` + $(RM) `find $(PREFIX)/bin | file -f- | grep ELF | awk -F: '{print $$1}' | xargs` endif endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
