Logoj0ke.net Open Build Service > Projects > mozilla > MozillaThunderbird > tb-checkout
Sign Up | Log In

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