~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/toolkit/mozapps/installer/signing.mk

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120620235032-haecscdskaopvm10
Tags: upstream-1.6~b1+build1
ImportĀ upstreamĀ versionĀ 1.6~b1+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
endif # Windows
50
50
 
51
51
ifeq (Darwin, $(OS_ARCH))
 
52
MOZ_INTERNAL_SIGNING_FORMAT := dmg
52
53
MOZ_EXTERNAL_SIGNING_FORMAT := gpg
53
54
endif # Darwin
54
55