LOG definition got lost
This commit is contained in:
parent
b5effd5c36
commit
480390aa62
2 changed files with 6 additions and 0 deletions
3
blfs
3
blfs
|
@ -119,6 +119,9 @@ cd $BLFS_ROOT
|
|||
|
||||
# Clean-up
|
||||
rm -rf libs/.svn
|
||||
#rm -rf menu/.svn
|
||||
#rm -rf lxdialog/.svn
|
||||
|
||||
|
||||
# Fix BLFS_XML harcoded values
|
||||
sed -i 's,blfs-xml,'$BLFS_XML',' update_book.sh
|
||||
|
|
|
@ -53,6 +53,9 @@ if [[ -e using_menuconfig ]]; then
|
|||
[[ $? > 0 ]] && echo "file:configuration did not load.." && exit 1
|
||||
[[ $VERBOSITY > 0 ]] && echo "OK"
|
||||
|
||||
#--- CONSTANTS
|
||||
declare -r SVN="svn://svn.linuxfromscratch.org"
|
||||
declare -r LOG=000-masterscript.log
|
||||
#--- Working directories
|
||||
SCRIPT_ROOT=jhalfs
|
||||
JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT
|
||||
|
|
Reference in a new issue