confvars.sh (679B)
1 #! /bin/sh 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh 7 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is 8 # specified. It should never point to the "official" branding directory. 9 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use 10 # "unofficial" branding. 11 # For the mozilla-aurora repository, use "aurora". 12 MOZ_BRANDING_DIRECTORY=browser/branding/unofficial 13 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official