git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
044d79f
)
[Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 13 Nov 2008 00:04:23 +0000
(
01:04
+0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 13 Nov 2008 00:04:23 +0000
(
01:04
+0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
91b8cf0
..
a93e38f
100644
(file)
--- 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)/