Changeset 01b8538d9db1168440b970efc4e9f2d6c29bc721

Show
Ignore:
Timestamp:
04/24/08 22:09:08 (2 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1209067748 +0100
git-parent:

[ba6ca8303f7a96d4fbf247cadc64c7b9efd05263]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1209067748 +0100
Message:

Meaningful Typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r14d8baf r01b8538  
    773773# Plugins 
    774774    mkdir -p "$(top_builddir)/vlc-$(VERSION)/plugins" 
    775     find modules/ -name '*_plugin.$(LIBEXT)' | while read i; do \ 
     775    find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ 
    776776      if test -n "$$i" ; then \ 
    777777        $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \