vlc | branch: master | Steve Lhomme <rob...@videolabs.io> | Wed Feb 25 14:16:13 
2015 +0100| [c577308f124a9c5b07a9e3653bcb317cfced776f] | committer: 
Jean-Baptiste Kempf

fix ELF removal of prebuilt win32 contrib

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

 contrib/src/main.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index d747b06..287a0ad 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -389,7 +389,7 @@ prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
        cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh
 ifdef HAVE_WIN32
 ifndef HAVE_CROSS_COMPILE
-       $(RM) `find $(HOST)/bin | file -f- | grep ELF | awk -F: '{print $$1}' | 
xargs`
+       $(RM) `find $(TOPDST)/$(HOST)/bin | file -f- | grep ELF | awk -F: 
'{print $$1}' | xargs`
 endif
 endif
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to