From 4c6f54f3df354c639e77a3e3e912de2090590eae Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 19 Feb 2012 10:54:17 +0000 Subject: [PATCH] Fix svn properties on some files --- FUNCTION_LIST | 2 +- common/blfs-tool-deps/911-sqlite | 2 +- common/blfs-tool-deps/912-apr | 2 +- common/blfs-tool-deps/913-apr-util | 2 +- common/blfs-tool-deps/914-subversion | 2 +- common/libs/func_book_parser | 3 +++ custom/examples_CLFS-E/960-iptables | 2 +- pkgmngt/packInstall.sh | 2 +- pkgmngt/packInstall.sh.template | 2 +- pkgmngt/packageManager.xml | 1 + pkgmngt/packageManager.xml.template | 1 + 11 files changed, 13 insertions(+), 8 deletions(-) diff --git a/FUNCTION_LIST b/FUNCTION_LIST index 41b046a..30468f5 100644 --- a/FUNCTION_LIST +++ b/FUNCTION_LIST @@ -1,4 +1,4 @@ -$Id:$ +$Id$ This is the list of functions used in jhalfs, excluding BLFS tool functions and functions defined in {C,H}LFS/master.sh. diff --git a/common/blfs-tool-deps/911-sqlite b/common/blfs-tool-deps/911-sqlite index 6bf61d0..7bcbcb9 100644 --- a/common/blfs-tool-deps/911-sqlite +++ b/common/blfs-tool-deps/911-sqlite @@ -1,6 +1,6 @@ #!/bin/bash -# $Id:$ +# $Id$ set -e cd $PKGDIR diff --git a/common/blfs-tool-deps/912-apr b/common/blfs-tool-deps/912-apr index d07bc12..ff8e479 100644 --- a/common/blfs-tool-deps/912-apr +++ b/common/blfs-tool-deps/912-apr @@ -1,6 +1,6 @@ #!/bin/bash -# $Id:$ +# $Id$ set -e cd $PKGDIR diff --git a/common/blfs-tool-deps/913-apr-util b/common/blfs-tool-deps/913-apr-util index 867c3ab..78f4d1e 100644 --- a/common/blfs-tool-deps/913-apr-util +++ b/common/blfs-tool-deps/913-apr-util @@ -1,6 +1,6 @@ #!/bin/bash -# $Id:$ +# $Id$ set -e cd $PKGDIR diff --git a/common/blfs-tool-deps/914-subversion b/common/blfs-tool-deps/914-subversion index f0ff1a6..e5b9092 100644 --- a/common/blfs-tool-deps/914-subversion +++ b/common/blfs-tool-deps/914-subversion @@ -1,6 +1,6 @@ #!/bin/bash -# $Id: $ +# $Id$ set -e cd $PKGDIR diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index 300534d..5734f6f 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -136,6 +136,9 @@ extract_commands() { # ;; lfs) echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... " + pushd $BOOK > /dev/null + bash process-scripts.sh >> $LOGDIR/$LOG 2>&1 + popd > /dev/null xsltproc --nonet \ --xinclude \ --stringparam testsuite $TEST \ diff --git a/custom/examples_CLFS-E/960-iptables b/custom/examples_CLFS-E/960-iptables index 17c2627..eb85446 100644 --- a/custom/examples_CLFS-E/960-iptables +++ b/custom/examples_CLFS-E/960-iptables @@ -1,5 +1,5 @@ # -# $Id:$ +# $Id$ # # Code taken from CLFS-Embedded # Chapter 12 Beyond CLFS Embedded diff --git a/pkgmngt/packInstall.sh b/pkgmngt/packInstall.sh index 3a0fc3c..9043973 100644 --- a/pkgmngt/packInstall.sh +++ b/pkgmngt/packInstall.sh @@ -1,4 +1,4 @@ -# $Id:$ +# $Id$ # function for packing and installing a tree. We only have access # to variables PKGDIR and PKG_DEST diff --git a/pkgmngt/packInstall.sh.template b/pkgmngt/packInstall.sh.template index 0bc460f..ad5b215 100644 --- a/pkgmngt/packInstall.sh.template +++ b/pkgmngt/packInstall.sh.template @@ -1,4 +1,4 @@ -# $Id:$ +# $Id$ # function for packing and installing a tree. We only have access # to variables PKGDIR and PKG_DEST # Other variables can be passed on the command line, or in the environment diff --git a/pkgmngt/packageManager.xml b/pkgmngt/packageManager.xml index cc366c8..aa27e3c 100644 --- a/pkgmngt/packageManager.xml +++ b/pkgmngt/packageManager.xml @@ -1,4 +1,5 @@  + diff --git a/pkgmngt/packageManager.xml.template b/pkgmngt/packageManager.xml.template index 04772fb..dbd30b1 100644 --- a/pkgmngt/packageManager.xml.template +++ b/pkgmngt/packageManager.xml.template @@ -1,3 +1,4 @@ +