diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-22 22:20:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-22 22:20:22 +0000 |
commit | b8d2a723d7581ec19e3bca64954d4d0cd2f4b1f5 (patch) | |
tree | 6322c7056e66abce79c2fcd2e73aa536b6bda679 /make-aux-files.sh | |
parent | ff8773db8e18678005461e1e17cd3df839bc8fb5 (diff) |
Fix up issues with bootscript generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'make-aux-files.sh')
-rwxr-xr-x | make-aux-files.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-aux-files.sh b/make-aux-files.sh index c57352a9d..10cdf327c 100755 --- a/make-aux-files.sh +++ b/make-aux-files.sh @@ -4,11 +4,11 @@ rm -f lfs-bootscripts*.tar.bz2 # Get base file name and move bootscripts directory to that name version=`grep "ENTITY lfs-bootscripts-version" packages.ent |cut -d'"' -f2` -mv bootscripts lfs-bootscripts-$version +mv lsb-bootscripts lfs-bootscripts-$version # Create the tarball and clean up tar -cjf lfs-bootscripts-$version.tar.bz2 --exclude .svn lfs-bootscripts-$version -mv lfs-bootscripts-$version bootscripts +mv lfs-bootscripts-$version lsb-bootscripts rm -f udev-config*.bz2 |