[vlc-devel] commit: [Win32] fix build package. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Oct 20 18:01:12 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 20 18:00:25 2008 +0200| [519dca52dc88c1550e092a90c7ccf7ca3d62da54] | committer: Jean-Baptiste Kempf 

[Win32] fix build package.

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

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

diff --git a/Makefile.am b/Makefile.am
index a8d8d51..9c23375 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -753,7 +753,7 @@ package-win32-base-debug: package-win-common
 	  fi ; done
 
 # Contrib *.dll's
-	cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/"
+	cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
 
 # Copy the lua scripts (HTTP)
 if BUILD_LUA




More information about the vlc-devel mailing list