aboutsummaryrefslogtreecommitdiffstats
path: root/make-aux-files.sh
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-05-22 22:20:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-05-22 22:20:22 +0000
commitb8d2a723d7581ec19e3bca64954d4d0cd2f4b1f5 (patch)
tree6322c7056e66abce79c2fcd2e73aa536b6bda679 /make-aux-files.sh
parentff8773db8e18678005461e1e17cd3df839bc8fb5 (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-xmake-aux-files.sh4
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