From 9d2bf51588e76a0ae6f27d0899d3d64df9d6f16b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 13 Nov 2008 01:04:23 +0100 Subject: [PATCH] [Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 91b8cf0da2..a93e38fb3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)/ -- 2.39.2