Commit e3eb4a65 authored by Christophe Massiot's avatar Christophe Massiot

Yet another typo. :p

parent aba1225f
...@@ -467,8 +467,8 @@ vlc.app: vlc $(PLUGIN_FILES) ...@@ -467,8 +467,8 @@ vlc.app: vlc $(PLUGIN_FILES)
$(INSTALL) -m 644 share/*.psf vlc.app/Contents/MacOS/share $(INSTALL) -m 644 share/*.psf vlc.app/Contents/MacOS/share
$(INSTALL) -d vlc.app/Contents/MacOS/locale $(INSTALL) -d vlc.app/Contents/MacOS/locale
for i in $(CATALOGS); do \ for i in $(CATALOGS); do \
mkdir -p vlc.app/Contents/MacOS/locale/$${i%.gmo}/LC_MESSAGES \ mkdir -p vlc.app/Contents/MacOS/locale/$${i%.gmo}/LC_MESSAGES ; \
cp po/$$i vlc.app/Contents/MacOS/locale/$${i%.gmo}/LC_MESSAGES/vlc.mo \ cp po/$$i vlc.app/Contents/MacOS/locale/$${i%.gmo}/LC_MESSAGES/vlc.mo ; \
done done
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment