[vlc-commits] extras/macosx: avoid unnecessary copying of modules
    David Fuhrmann 
    git at videolan.org
       
    Wed Feb  5 18:26:08 CET 2014
    
    
  
npapi-vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Feb  5 17:55:20 2014 +0100| [a0baea055acb020e6ccb0ee5299656589e72d346] | committer: David Fuhrmann
extras/macosx: avoid unnecessary copying of modules
This is useless and breaks builds if the script is not used anymore
later on.
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=a0baea055acb020e6ccb0ee5299656589e72d346
---
 extras/macosx/build-vlc.sh |    2 --
 1 file changed, 2 deletions(-)
diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index b9cc64b..a2020c7 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -217,8 +217,6 @@ info "Installing VLC"
 make install > ${out}
 cd ..
 
-find ${PREFIX}/lib/vlc/plugins -name *.dylib -type f -exec cp '{}' ${PREFIX}/lib/vlc/plugins \;
-
 info "Removing unneeded modules"
 blacklist="
 stats
    
    
More information about the vlc-commits
mailing list