mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 10:23:27 +08:00
[Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN
This commit is contained in:
parent
044d79f196
commit
9d2bf51588
@ -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)/
|
||||
|
Loading…
Reference in New Issue
Block a user