From 4dd0208dd5e250d06f642c14f8d0878b4603c759 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 28 Jan 2007 07:59:46 +0000 Subject: [PATCH] Removed modification of jai source file in fop instructions. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6475 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 4 ++++ pst/ps/fop.xml | 13 +++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3276883443..cdff89ec5f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ January 28th, 2007 + + [dj] - Removed modification of jai source file in fop + instructions. + [dj] - Updated to JDK-1.5.0_10. diff --git a/pst/ps/fop.xml b/pst/ps/fop.xml index 3eb4824d48..18bf693a9b 100644 --- a/pst/ps/fop.xml +++ b/pst/ps/fop.xml @@ -20,7 +20,7 @@ - + @@ -141,7 +141,7 @@ The - $FOP_BUILD_DIR/../jai-1_1_2_01-lib-linux-i586-jdk.bin + $FOP_BUILD_DIR/jai-1_1_2_01-lib-linux-i586-jdk.bin command below installs the JAI components in the JDK tree. You will be required to view, and then accept (by entering a y keypress), a license agreement before the installation will continue. @@ -156,12 +156,13 @@ the root user while in the root of the FOP source tree: -sed -i 's/tail +122/tail -n +122/' \ - ../jai-1_1_2_01-lib-linux-i586-jdk.bin && -chmod 755 ../jai-1_1_2_01-lib-linux-i586-jdk.bin && +cp ../jai-1_1_2_01-lib-linux-i586-jdk.bin . && +sed -i 's/tail +122/tail -n +122/' \ + jai-1_1_2_01-lib-linux-i586-jdk.bin && +chmod 755 jai-1_1_2_01-lib-linux-i586-jdk.bin && FOP_BUILD_DIR=$(pwd) && cd $JAVA_HOME && -$FOP_BUILD_DIR/../jai-1_1_2_01-lib-linux-i586-jdk.bin && +$FOP_BUILD_DIR/jai-1_1_2_01-lib-linux-i586-jdk.bin && cd $FOP_BUILD_DIR