]> git.sesse.net Git - vlc/commitdiff
Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
authorChristophe Massiot <massiot@videolan.org>
Fri, 3 Jan 2003 00:11:44 +0000 (00:11 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 3 Jan 2003 00:11:44 +0000 (00:11 +0000)
it).

Makefile.am

index f098186106e7e7b4c628a1dd10d2e96ddb252cb9..aeca03183d3db68e01f79db3c35f2ec4cabfa7b1 100644 (file)
@@ -472,6 +472,7 @@ vlc.app: vlc $(PLUGIN_FILES)
                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 ; \
        done
+        echo -n "APPLVLC#" >| vlc.app/Contents/PkgInfo
 endif
 
 if HAVE_WIN32