]> git.sesse.net Git - vlc/commitdiff
Meaningful Typo
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 24 Apr 2008 20:09:08 +0000 (21:09 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 24 Apr 2008 20:09:08 +0000 (21:09 +0100)
Makefile.am

index da6957834a7f411d0e81a67f629cb85aab6d3a8e..452a1f6117e81b18c38669acbd014a7ba2d3dc4a 100644 (file)
@@ -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