Commit 8cbfee18 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Wince: do not fail if locale/ is missing

parent fbc31765
......@@ -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)
......
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