[vlc-devel] commit: macosx: fixed distribution of the *.mo files *coughcough* ( Felix Paul Kühne )

git version control git at videolan.org
Sat Aug 23 23:55:04 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Aug 23 23:58:09 2008 +0200| [b78f809be42adf566b68cae23301cf2166abe162] | committer: Felix Paul Kühne 

macosx: fixed distribution of the *.mo files *coughcough*

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

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

diff --git a/Makefile.am b/Makefile.am
index a96b241..f4f8fe3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -553,8 +553,8 @@ VLC-release.app: vlc
 	$(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
 	$(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
 	cat $(top_srcdir)/po/LINGUAS | while read i; do \
-	  mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
-	  cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
+	  $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
+	  $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
 	  mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
 	  ln -sf ../English.lproj/InfoPlist.strings \
 	      $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \




More information about the vlc-devel mailing list