[vlc-commits] commit: Win32/CE: Nicer Makefile syntax (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Jul 17 01:37:09 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 17 01:28:22 2010 +0200| [bc8dd6c8faab9e62b3814cb28adedaa846349414] | committer: Jean-Baptiste Kempf 

Win32/CE: Nicer Makefile syntax

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

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

diff --git a/Makefile.am b/Makefile.am
index bee9a05..b3d7c46 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)



More information about the vlc-commits mailing list