INSTALLATION INSTRUCTIONS

Step 1: Install installwatch

$ cd installwatch-0.7.0beta4

See README, INSTALL and tweak Makefile if you do not want to
stick with the default installations.

$ make
$ su
# make install

Step 2: Installing lfs-pkg

Edit the script scripts/lfs-pkg (in case you want to change 
the default settings of following):

   MY_PAGER="less"
   PKG_DIR="/var/lfs/packages"
   ATTIC_DIR="/var/lfs/attic/" 
   INSTALLWATCH="/usr/local/bin/installwatch"

As root do:
# cp scripts/lfs-pkg /usr/local/sbin  
[Or any other location of your choice]

------------------------------------------------------------
Optional steps
------------------------------------------------------------

Since installwatch was not present when the make install was 
done, there would be no entry for lfs-pkg itself !  In  case
you did the default installation you can create one manually
with just these three entries in file : $PKG_DIR/lfs-pkg-0.4
after creating $PKG_DIR and $ATTIC_DIR.

/usr/local/sbin/lfs-pkg
/usr/local/bin/installwatch
/usr/local/lib/installwatch.so

Only three files have been installed in the process.

==========
$Id: INSTALL,v 0.3 04/11/2005 22:06:17 bish Exp $


