Commit 9c5a029b authored by Christophe Massiot's avatar Christophe Massiot

Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting

it).
parent af932100
...@@ -472,6 +472,7 @@ vlc.app: vlc $(PLUGIN_FILES) ...@@ -472,6 +472,7 @@ vlc.app: vlc $(PLUGIN_FILES)
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
echo -n "APPLVLC#" >| vlc.app/Contents/PkgInfo
endif endif
if HAVE_WIN32 if HAVE_WIN32
......
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