Changeset b2c61c6 for aux-file-data.sh


Ignore:
Timestamp:
03/31/2021 10:41:35 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
be00729f
Parents:
5066dee
git-author:
Thomas Trepl <thomas@…> (07/03/2019 05:47:21 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:35 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • aux-file-data.sh

    r5066dee rb2c61c6  
    1111
    1212# Bootscript data
    13 bootscripts=$(ls lfs-bootscripts*.bz2)
    14 base=$(basename $bootscripts .tar.bz2)
     13bootscripts=$(ls lfs-bootscripts*.xz)
     14base=$(basename $bootscripts .tar.xz)
    1515bootsize=$(ls -l --block-size=1024 $bootscripts | cut -f5 -d" ")
    1616bootmd5=$(md5sum $bootscripts | cut -f1 -d" ")
Note: See TracChangeset for help on using the changeset viewer.