From 1c96292392694fd2dfb59253c1bc69b37aa8e8af Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sat, 31 Oct 2009 09:55:29 +0000 Subject: [PATCH] Updated to Xorg-7.5 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8110 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 17 +++++++++-------- introduction/welcome/changelog.xml | 3 +++ x/installing/libXau.xml | 6 +++--- x/installing/libXdmcp.xml | 4 ++-- x/installing/luit.xml | 6 +++--- x/installing/x7app.xml | 8 ++++---- x/installing/x7driver.xml | 8 ++++---- x/installing/x7font.xml | 8 ++++---- x/installing/x7lib.xml | 8 ++++---- x/installing/x7proto.xml | 8 ++++---- x/installing/x7server.xml | 8 ++++---- x/installing/x7util.xml | 8 ++++---- x/installing/xbitmaps.xml | 6 +++--- x/installing/xcursorthemes.xml | 6 +++--- x/installing/xkeyboard-config.xml | 6 +++--- x/installing/xorg7.xml | 10 +++++----- x/lib/xulrunner.xml | 3 ++- 17 files changed, 64 insertions(+), 59 deletions(-) diff --git a/general.ent b/general.ent index 5d75fbe6dd..abd66f6fc3 100644 --- a/general.ent +++ b/general.ent @@ -459,14 +459,15 @@ $Date$ - - - - - - - - + + + + + + + + + - - - + + + ]> diff --git a/x/installing/xorg7.xml b/x/installing/xorg7.xml index fdca36b108..1b333d3588 100644 --- a/x/installing/xorg7.xml +++ b/x/installing/xorg7.xml @@ -74,14 +74,14 @@ Additionally, because of the large number of repetitive commands, you are encouraged to partially automate the build. The commands below - (or similar) can be entered at the command line to compile each group of - packages (proto, utils, libs, apps, drivers). The wiki links on each - group's page contain specific commands to compile the entire group of + (or similar) can be entered at the command line to compile each + section (proto, util, lib, app, driver). The wiki links on each + section's page contain specific commands to compile the entire group of packages, based on the content of the wget files. bash -e #exit on all errors -section=proto -version=&xorg7-version; +section=<proto> +version=&xorg7-release; mkdir $section cd $section diff --git a/x/lib/xulrunner.xml b/x/lib/xulrunner.xml index d4b574bd3b..3a36f7cde7 100644 --- a/x/lib/xulrunner.xml +++ b/x/lib/xulrunner.xml @@ -294,7 +294,8 @@ make -f client.mk build make -f client.mk install && mkdir /usr/lib/mozilla && ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins \ - /usr/lib/mozilla/plugins + /usr/lib/mozilla/plugins && +sudo chown -R root:root /usr/lib/xulrunner-* /usr/bin/xulrunner If you've elected to use the included NSPR and NSS, while still the root user, complete the