#!/bin/bash

[ -d mozilla ] && rm -rf mozilla
tar xvf firefox-3.0.19-source.tar.bz2
cd mozilla

sleep 8
cp ../mozconfig .mozconfig
make -f client.mk build
make -f client.mk install
