diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2011-05-31 03:36:33 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2011-05-31 03:36:33 +0000 |
commit | 43c2ecf0b898e8dfaca243df6946522b5d49cda5 (patch) | |
tree | 8f34be6679f9209e1946205a05eb6cdf13d0652e /make-aux-files.sh | |
parent | dde63db80c1e80b4a28ae032bdf4d34e43c58455 (diff) |
Update to lfs-bootscripts-20110531.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9556 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 10cdf327c..c57352a9d 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 lsb-bootscripts lfs-bootscripts-$version +mv 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 lsb-bootscripts +mv lfs-bootscripts-$version bootscripts rm -f udev-config*.bz2 |