2014-07-04 03:28:43 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
if [ "x$IS_NIGHTLY" = "xyes" ]; then
|
2015-03-10 23:20:02 +03:00
|
|
|
# Some nightlies (eg: Mulet) don't want these set.
|
|
|
|
MOZ_AUTOMATION_UPDATE_PACKAGING=${MOZ_AUTOMATION_UPDATE_PACKAGING-1}
|
2014-07-04 03:28:43 +04:00
|
|
|
fi
|
2015-02-26 01:25:59 +03:00
|
|
|
|
2017-01-11 20:00:24 +03:00
|
|
|
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
|
|
|
|
export MAKECAB=$TOOLTOOL_DIR/makecab.exe
|