[vlc-commits] Revert hunk of [8dd09b216224ebe] which broke wince

Rafaël Carré git at videolan.org
Wed Nov 16 05:14:57 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov 15 23:14:29 2011 -0500| [527e3c4191b1cf4d5bedfc66377070c0711ebe16] | committer: Rafaël Carré

Revert hunk of [8dd09b216224ebe] which broke wince

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=527e3c4191b1cf4d5bedfc66377070c0711ebe16
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 340afc2..7808212 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -695,7 +695,7 @@ package-win-common: package-win-install build-npapi
 	cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)
 
 # Locales
-	cp -r $(destdir)/share/locale $(win32_destdir)
+	-cp -r $(destdir)/share/locale $(win32_destdir)
 
 # Plugins
 	cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)



More information about the vlc-commits mailing list