Commit 9d2bf515 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN

parent 044d79f1
...@@ -701,7 +701,7 @@ package-win-common: ...@@ -701,7 +701,7 @@ package-win-common:
do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done; do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
for file in NEWS COPYING README; \ for file in NEWS COPYING README; \
do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done 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 # Necessary icons
cp $(srcdir)/share/vlc48x48.ico $(win32_destdir)/ cp $(srcdir)/share/vlc48x48.ico $(win32_destdir)/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment