Created a 0.2 branch in preparation for release - will tag and release when LFS 6.1.1 is released

This commit is contained in:
Jeremy Huntwork 2005-11-01 17:27:24 +00:00
parent 8f96017874
commit 01d3d405c6
3 changed files with 5 additions and 4 deletions

View file

@ -1,9 +1,10 @@
# Makefile to install jhalfs system-wide
# Where the files will be installed
BIN=/usr/bin
PREFIX=/usr
BIN=$(PREFIX)/bin
CONFIG=/etc/jhalfs
DATA=/usr/share/jhalfs
DATA=$(PREFIX)/share/jhalfs
# List of additional files
DATAFILES=functions dump-lfs-scripts.xsl README

2
README
View file

@ -1,4 +1,4 @@
jhalfs 0.2
jhalfs 0.2-pre1
The purpose of jhalfs is to provide a pure automated build of Linux From
Scratch. It does this by extracting the necessary commands and information

2
jhalfs
View file

@ -7,7 +7,7 @@ source jhalfs.conf
version="
jhalfs development \$Date$
jhalfs 0.2-pre1 \$Date$
Written by Jeremy Huntwork and Manuel Canales Esparcia.