[vlc-devel] commit: Small Makefile fixup (Luca Barbato )

git version control git at videolan.org
Wed Feb 3 16:53:05 CET 2010


vlc | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Feb  3 16:25:15 2010 +0100| [e6a7a100931cef0c3664f0b0f3af9a069e33940c] | committer: Jean-Baptiste Kempf 

Small Makefile fixup

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6a7a100931cef0c3664f0b0f3af9a069e33940c
---

 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e299a97..3877818 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -763,9 +763,8 @@ package-win32-xpi: package-win-common-strip
 		"$(win32_xpi_destdir)/plugins"
 	cp "$(win32_destdir)/libvlc$(LIBEXT)" \
 		"$(win32_xpi_destdir)/plugins"
-
 	mkdir -p "$(win32_xpi_destdir)/plugins/plugins"
-	cp "$(win32_destdir)/plugins/*$(LIBEXT)" \
+	cp $(win32_destdir)/plugins/*$(LIBEXT) \
 		"$(win32_xpi_destdir)/plugins/plugins"
 	cd $(win32_xpi_destdir) && zip -r vlc-$(VERSION).xpi install.rdf plugins
 




More information about the vlc-devel mailing list