Create PkgInfo file for mach-o in the contents dir so the finder

recognizes it as a package. r=cls, rs=hyatt. bug 123751.
This commit is contained in:
pinkerton%netscape.com 2002-02-06 15:54:44 +00:00
Родитель b25b083f03
Коммит 423ed6b10d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -361,6 +361,7 @@ libs:: $(PROGRAM)
cp -R $(srcdir)/macbuild/Contents $(DIST)/$(APP_NAME).app
cp -RL $(DIST)/bin $(DIST)/$(APP_NAME).app/Contents/MacOS
cp -RL $(srcdir)/macbuild/mach.icns $(DIST)/$(APP_NAME).app/Contents/Resources/mach.icns
echo APPLMOZZ > $(DIST)/$(APP_NAME).app/Contents/PkgInfo
endif
echo_objs: