[vlc-commits] commit: Wince: do not fail if locale/ is missing (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Jul 16 17:36:03 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 16 17:36:13 2010 +0200| [8cbfee18eea8c7aee9020dcdc7072104e7b8d004] | committer: Jean-Baptiste Kempf
Wince: do not fail if locale/ is missing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cbfee18eea8c7aee9020dcdc7072104e7b8d004
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2089c7b..bee9a05 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -734,7 +734,7 @@ package-win-common: install
cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)/
# Locales
- cp -r $(destdir)/share/locale $(win32_destdir)
+ cp -r $(destdir)/share/locale $(win32_destdir) || true
# Plugins
cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)
More information about the vlc-commits
mailing list