aboutsummaryrefslogtreecommitdiffstats
path: root/aux-file-data.sh
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2019-07-03 05:47:21 +0000
committerXℹ Ruoyao <xry111@mengyan1223.wang>2021-03-31 18:41:35 +0800
commitb2c61c650037db33984a38f3e432c88ca9597bb5 (patch)
tree4e8becabdc32bb3038710a0d2bc77dbeeb57efc3 /aux-file-data.sh
parent5066dee82894ed214d8ba6f2f0f2b354a89d70af (diff)
MultiLib: Merge changes from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'aux-file-data.sh')
-rwxr-xr-xaux-file-data.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux-file-data.sh b/aux-file-data.sh
index f13f6d044..8be1b1d15 100755
--- a/aux-file-data.sh
+++ b/aux-file-data.sh
@@ -10,8 +10,8 @@ FILE=$1
./make-aux-files.sh
# Bootscript data
-bootscripts=$(ls lfs-bootscripts*.bz2)
-base=$(basename $bootscripts .tar.bz2)
+bootscripts=$(ls lfs-bootscripts*.xz)
+base=$(basename $bootscripts .tar.xz)
bootsize=$(ls -l --block-size=1024 $bootscripts | cut -f5 -d" ")
bootmd5=$(md5sum $bootscripts | cut -f1 -d" ")