diff --git a/blfs b/blfs index fae37f7..fe03a95 100755 --- a/blfs +++ b/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 diff --git a/master.sh b/master.sh index 3e009c6..cc418f7 100755 --- a/master.sh +++ b/master.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