]> git.sesse.net Git - vlc/commitdiff
[Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Nov 2008 00:04:23 +0000 (01:04 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Nov 2008 00:04:23 +0000 (01:04 +0100)
Makefile.am

index 91b8cf0da2121e6dc170324b897e560ee543d956..a93e38fb3bc4dd54180932896123c96108eee96c 100644 (file)
@@ -701,7 +701,7 @@ package-win-common:
          do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
        for file in NEWS COPYING README; \
          do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
-       unix2dos "$(win32_destdir)/"*.txt
+       unix2dos "$(win32_destdir)/"*.txt || echo "WARNING: this shouldn't happen"
 
 # Necessary icons
        cp $(srcdir)/share/vlc48x48.ico $(win32_destdir)/