diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-05 20:16:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-05 20:16:58 +0000 |
commit | 924ab90abfdbc959b07d667ecbaa67b2f3d9bd97 (patch) | |
tree | e21b065b7774f4f87e572832fe9ba42bf30e34fe /aux-file-data.sh | |
parent | 45eab119218ffbb5e1ca95bdbb01ab0b0f830bd0 (diff) |
Allow aux-file-data.sh to be run successfully from the command line, and rename validxml target to validate. Thanks to Pierre Labastie for the report.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'aux-file-data.sh')
-rwxr-xr-x | aux-file-data.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aux-file-data.sh b/aux-file-data.sh index 7f7017728..527635e12 100755 --- a/aux-file-data.sh +++ b/aux-file-data.sh @@ -7,6 +7,8 @@ fi FILE=$1 +./make-aux-files.sh + # Bootscript data bootscripts=$(ls lfs-bootscripts*.bz2) base=$(basename $bootscripts .tar.bz2) |