From 2034389717ae46bffd227f70305e21de653946e3 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 25 Aug 2005 03:05:05 +0000 Subject: [PATCH] Spaced the commands just a bit in the Firefox instructions to improve readability (copied from the Thunderbird instructions) git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4980 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/graphweb/firefox.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml index 5f628dff02..2c8e9f0f91 100644 --- a/xsoft/graphweb/firefox.xml +++ b/xsoft/graphweb/firefox.xml @@ -107,8 +107,10 @@ should be in our setup. export MOZILLA_OFFICIAL="1" && export BUILD_OFFICIAL="1" && export MOZ_PHOENIX="1" && + sed -i 's| dist_bin="\$moz_libdir"|\ &\n run_moz="\$dist_bin/run-mozilla.sh"|' browser/app/mozilla.in && + ./configure --prefix=/usr \ --with-default-mozilla-five-home=/usr/lib/firefox-&firefox-version; \ --with-user-appdir=.firefox \