[vlc-devel] [vlc-commits] commit: Wince: do not fail if locale/ is missing (Jean-Baptiste Kempf )

Rémi Denis-Courmont remi at remlab.net
Fri Jul 16 18:08:57 CEST 2010


On Fri, 16 Jul 2010 17:36:03 +0200 (CEST), git at videolan.org wrote:
> -	cp -r $(destdir)/share/locale $(win32_destdir)
> +	cp -r $(destdir)/share/locale $(win32_destdir) || true

IMHO, this would have been more Make-ish:

> +	-cp -r -- "$(destdir)/share/locale" "$(win32_destdir)"

-- 
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis




More information about the vlc-devel mailing list