Commit 01b8538d authored by Christophe Mutricy's avatar Christophe Mutricy

Meaningful Typo

parent ba6ca830
...@@ -772,7 +772,7 @@ package-win32-base-debug: package-win-common ...@@ -772,7 +772,7 @@ package-win32-base-debug: package-win-common
# Plugins # Plugins
mkdir -p "$(top_builddir)/vlc-$(VERSION)/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 \ if test -n "$$i" ; then \
$(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \ $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
fi ; done fi ; done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment