File tb-checkout of Package MozillaThunderbird
1
cd mozilla
2
export MOZ_CO_PROJECT=mail
3
export MOZ_CO_LOCALES=all
4
make -f client.mk checkout
5
unset MOZ_CO_PROJECT
6
unset MOZ_CO_LOCALES
7
cd ..
8
cd mozilla
export MOZ_CO_PROJECT=mail
export MOZ_CO_LOCALES=all
make -f client.mk checkout
unset MOZ_CO_PROJECT
unset MOZ_CO_LOCALES
cd ..