From 59daef2967c73f8b60d164111d22b049d82dbcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Tue, 16 Nov 2004 05:57:34 +0000 Subject: [PATCH] Updated to Firefox-1.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2945 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 4 ++-- xsoft/graphweb/firefox.xml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/general.ent b/general.ent index cb3f56cc05..17110a1ef5 100644 --- a/general.ent +++ b/general.ent @@ -371,7 +371,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6fd2b364fa..0a3f5e9f71 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,8 +22,8 @@ who wrote what. -November 15th, 2004 [igor]: Added -freeglut-2.2.0. +November 15th, 2004 [igor]: Added freeglut-2.2.0 and +updated to Firefox-1.0. November 15th, 2004 [randy]: Added NASM and Dmalloc as optional dependencies of LZO; added MD5 sum and minor updates to the diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml index 0be1708d48..4244898f15 100644 --- a/xsoft/graphweb/firefox.xml +++ b/xsoft/graphweb/firefox.xml @@ -4,8 +4,8 @@ %general-entities; - - + + @@ -99,10 +99,10 @@ export MOZ_PHOENIX="1" && --disable-profilesharing && make && make install && -install -d /usr/include/firefox-1.0/nss && +install -d /usr/include/firefox-&firefox-version;/nss && cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ - /usr/include/firefox-1.0/nss && -chown -R root:root /usr/include/firefox-1.0/nss + /usr/include/firefox-&firefox-version;/nss && +chown -R root:root /usr/include/firefox-&firefox-version;/nss You might want to add the switch to the configure script if you have @@ -110,7 +110,7 @@ switch to the configure script if you have To enable multi-user operation, execute the following: -cd /usr/lib/firefox-1.0 && +cd /usr/lib/firefox-&firefox-version; && export LD_LIBRARY_PATH="$PWD" && export MOZILLA_FIVE_HOME="$PWD" && ./regxpcom &&