From bc8dd6c8faab9e62b3814cb28adedaa846349414 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 17 Jul 2010 01:28:22 +0200 Subject: [PATCH] Win32/CE: Nicer Makefile syntax --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bee9a0573f..b3d7c46bf3 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) || true + -cp -r $(destdir)/share/locale $(win32_destdir)/ # Plugins cp -r $(destdir)/lib/vlc/plugins $(win32_destdir) -- 2.39.2