From e5612bbe6fb0fd178c56323a5607b7f02df01827 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 15 Aug 2006 17:29:21 +0000 Subject: [PATCH] Merged r2964:2965 from trunk. --- BLFS/libs/scripts.xsl | 61 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/BLFS/libs/scripts.xsl b/BLFS/libs/scripts.xsl index 231b152..9a240a1 100644 --- a/BLFS/libs/scripts.xsl +++ b/BLFS/libs/scripts.xsl @@ -19,10 +19,11 @@ - + count(descendant::screen[@role='nodump'])) and + @id != 'locale-issues' and @id != 'xorg7' and + @id != 'x-setup'"> @@ -90,7 +91,10 @@ #!/bin/sh set -e - + SRC_ARCHIVE=$SRC_ARCHIVE FTP_SERVER=$FTP_SERVER PACKAGE= @@ -107,6 +111,15 @@ cd $SRC_DIR/$PKG_DIR rm -rf $UNPACKDIR unpacked + + + SRC_DIR=$SRC_DIR + +cd $SRC_DIR +mkdir -p xc +cd xc + + @@ -155,6 +168,34 @@ cd $UNPACKDIR + + + + + + + WGET_LST= + + + + + for package in $(cat $WGET_LST) ; do + packagedir=$(echo $package | sed 's/.tar.bz2//') + tar -xf $package + cd $packagedir + + cd .. + rm -rf $packagedir +done + + sudo + + ldconfig + + + + @@ -345,6 +386,14 @@ cd $UNPACKDIR + + + wget + + + + + @@ -360,6 +409,10 @@ cd $UNPACKDIR + + + +