aboutsummaryrefslogtreecommitdiffstats
path: root/make-aux-files.sh
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-30 19:25:49 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-30 19:25:49 +0000
commit43194f056d48087fe8c3a524d0ca3749e077d420 (patch)
treee56f4fdb5bcb6719c6333b29a9b4756a284c06bb /make-aux-files.sh
parent918e500203bf553107068a43b0675a69e321ee3d (diff)
Convert bootscripts and udev tarballs to xz
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11628 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 fbec73302..ad8bcea6f 100755
--- a/make-aux-files.sh
+++ b/make-aux-files.sh
@@ -1,13 +1,13 @@
#!/bin/bash
-rm -f lfs-bootscripts*.tar.bz2
+rm -f lfs-bootscripts*.tar.?z*
# 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
# Create the tarball and clean up
-tar -cjf lfs-bootscripts-$version.tar.bz2 --exclude .svn lfs-bootscripts-$version
+tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version
mv lfs-bootscripts-$version bootscripts
#rm -f udev-config*.bz2