[vlc-devel] commit: Meaningful Typo (Christophe Mutricy )
    git version control 
    git at videolan.org
       
    Thu Apr 24 22:42:25 CEST 2008
    
    
  
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Apr 24 21:09:08 2008 +0100| [01b8538d9db1168440b970efc4e9f2d6c29bc721]
Meaningful Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01b8538d9db1168440b970efc4e9f2d6c29bc721
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index da69578..452a1f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -772,7 +772,7 @@ package-win32-base-debug: package-win-common
 
 # Plugins
 	mkdir -p "$(top_builddir)/vlc-$(VERSION)/plugins"
-	find modules/ -name '*_plugin.$(LIBEXT)' | while read i; do \
+	find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
 	  if test -n "$$i" ; then \
 	    $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
 	  fi ; done
    
    
More information about the vlc-devel
mailing list