diff --git a/README.CUSTOM b/README.CUSTOM index d94da0c..8b05035 100644 --- a/README.CUSTOM +++ b/README.CUSTOM @@ -1,5 +1,8 @@ +# +# $Id$ +# HOW TO ADD CUSTOM SCRIPTS TO THE JHALFS MAKEFILE - + Normally JHALFS creates a Makefile containing only those scripts found in the {B,C,H}LFS books. An automated construction tool cannot predict the @@ -52,8 +55,8 @@ configuration file which enables/disables the inclusion of personal scripts. If a package requires a bootscript to be installed add the cmd to this file and NOT in the package script. The gpm script is included as an example of multiple patch files and the need for a blfs bootscript. - - RUNNING::: + + RUNNING::: Although your scripts are added to the generated makefile they are not automatically built. You must tell the makefile to build the tools with the cmd @@ -61,8 +64,8 @@ configuration file which enables/disables the inclusion of personal scripts. :::FINAL COMMENT::: This feature was added so users could build the packages necessary to access - the internet and was not intended to replace the BLFS install system. - + the internet and was not intended to replace the BLFS install system. + #--------- GLIB example ----------- @@ -71,7 +74,7 @@ configuration file which enables/disables the inclusion of personal scripts. # Create a file in the custom/config directory # Populate the file using the following script as an example # - + PKG="glib" PKG_VERSION="1.2.10" PKG_FILE="glib-1.2.10.tar.gz" diff --git a/common/custom_pkgs b/common/custom_pkgs index 9aba1d8..ff02848 100644 --- a/common/custom_pkgs +++ b/common/custom_pkgs @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + #----------------------------------# add_CustomTools() { # Add any users supplied scripts #----------------------------------# @@ -58,7 +60,6 @@ set -e cd \$PKGDIR `cat tmp` - exit xEOFx ) > custom-commands/scripts/$THIS_SCRIPT diff --git a/custom/examples/950-bc b/custom/examples/950-bc index 75b779e..57d5313 100644 --- a/custom/examples/950-bc +++ b/custom/examples/950-bc @@ -1,3 +1,6 @@ +# +# $Id$ +# PKG="bc" PKG_VERSION="1.06" PKG_FILE="bc-1.06.tar.gz" diff --git a/custom/examples/951-glib b/custom/examples/951-glib index 76c8035..2f3cd03 100644 --- a/custom/examples/951-glib +++ b/custom/examples/951-glib @@ -1,3 +1,6 @@ +# +# $Id$ +# PKG="glib" PKG_VERSION="1.2.10" PKG_FILE="glib-1.2.10.tar.gz" diff --git a/custom/examples/952-mc b/custom/examples/952-mc index de9885a..15defad 100644 --- a/custom/examples/952-mc +++ b/custom/examples/952-mc @@ -1,3 +1,6 @@ +# +# $Id$ +# PKG="mc" PKG_VERSION="4.6.1" PKG_FILE="mc-4.6.1.tar.gz" diff --git a/custom/examples/953-gpm b/custom/examples/953-gpm index 9d4ce4a..554b043 100644 --- a/custom/examples/953-gpm +++ b/custom/examples/953-gpm @@ -1,3 +1,6 @@ +# +# $Id$ +# PKG="gpm" PKG_VERSION="1.20.1" PKG_FILE="gpm-1.20.1.tar.bz2" diff --git a/custom/examples/999-blfs_bootscripts b/custom/examples/999-blfs_bootscripts index 8475912..fb7ea4b 100644 --- a/custom/examples/999-blfs_bootscripts +++ b/custom/examples/999-blfs_bootscripts @@ -1,3 +1,6 @@ +# +# $Id$ +# PKG="blfs-bootscripts" PKG_VERSION="20060910" PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2" diff --git a/custom/template b/custom/template index 44d1150..3343d49 100644 --- a/custom/template +++ b/custom/template @@ -1,4 +1,6 @@ # +# $Id$ +# # Any comments you wish to add #