]> git.sesse.net Git - vlc/commitdiff
[Win32] fix build package.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 16:00:25 +0000 (18:00 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 16:01:00 +0000 (18:01 +0200)
Makefile.am

index a8d8d51af868f4b1468ba14b350fad3f63ee16d2..9c23375073b5bfa62f3236cfbbc26908afcb893f 100644 (file)
@@ -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