summaryrefslogtreecommitdiffstats
path: root/http/firefox/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/firefox/PRE_BUILD')
-rwxr-xr-xhttp/firefox/PRE_BUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 4e0b1558ae..1940e19e0a 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -3,15 +3,9 @@ cd $SOURCE_DIRECTORY &&
unpack_file '' &&
cd mozilla* &&
-if [[ "$FIREFOX_CVS" == "n" ]]; then
-patch -p0 < $SCRIPT_DIRECTORY/firefox-xulrunner.patch
-fi &&
+patch -p0 < $SCRIPT_DIRECTORY/firefox-xulrunner.patch &&
-if [[ "$FIREFOX_CVS" == "n" ]]; then
-cp -v $SPELL_DIRECTORY/mozconfig3 .mozconfig
-else
-cp -v $SPELL_DIRECTORY/mozconfig31 .mozconfig
-fi &&
+cp -v $SPELL_DIRECTORY/mozconfig3 .mozconfig &&
if [[ $FIREFOX_OFFICIAL == y ]]; then
sed -i '24iac_add_options --enable-official-branding' .mozconfig