Changeset b2c61c6 for make-aux-files.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
  • make-aux-files.sh

    r5066dee rb2c61c6  
    11#!/bin/bash
    22
    3 rm -f lfs-bootscripts*.tar.bz2
     3rm -f lfs-bootscripts*.tar.?z*
    44
    55# Get base file name and move bootscripts directory to that name
     
    88
    99# Create the tarball and clean up
    10 tar -cjf lfs-bootscripts-$version.tar.bz2 --exclude .svn lfs-bootscripts-$version
     10tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version
    1111mv lfs-bootscripts-$version bootscripts
    1212
Note: See TracChangeset for help on using the changeset viewer.