зеркало из https://github.com/mozilla/pjs.git
Bug 383099 - error in Makefile creation caused by autoconf syntax (part1), r=luser
This commit is contained in:
Родитель
b281873330
Коммит
bc196dc504
|
@ -93,7 +93,7 @@ ifeq ($(OS_ARCH),Darwin)
|
||||||
libs::
|
libs::
|
||||||
$(NSINSTALL) -D $(DIST)/bin/crashreporter.app
|
$(NSINSTALL) -D $(DIST)/bin/crashreporter.app
|
||||||
rsync -a -C --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/bin/crashreporter.app
|
rsync -a -C --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/bin/crashreporter.app
|
||||||
sed -e "s/@APP_NAME@/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | \
|
sed -e "s/%APP_NAME%/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | \
|
||||||
iconv -f UTF-8 -t UTF-16 > $(DIST)/bin/crashreporter.app/Contents/Resources/English.lproj/InfoPlist.strings
|
iconv -f UTF-8 -t UTF-16 > $(DIST)/bin/crashreporter.app/Contents/Resources/English.lproj/InfoPlist.strings
|
||||||
$(NSINSTALL) -D $(DIST)/bin/crashreporter.app/Contents/MacOS
|
$(NSINSTALL) -D $(DIST)/bin/crashreporter.app/Contents/MacOS
|
||||||
$(NSINSTALL) $(DIST)/bin/crashreporter $(DIST)/bin/crashreporter.app/Contents/MacOS
|
$(NSINSTALL) $(DIST)/bin/crashreporter $(DIST)/bin/crashreporter.app/Contents/MacOS
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
/* Localized versions of Info.plist keys */
|
|
||||||
|
|
||||||
CFBundleName = "@APP_NAME@ Crash Reporter";
|
|
||||||
NSHumanReadableCopyright = "Copyright © 2007 Mozilla Foundation";
|
|
Загрузка…
Ссылка в новой задаче