Changeset 5839010 for make-aux-files.sh


Ignore:
Timestamp:
07/03/2019 05:47:21 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
1b28d1a
Parents:
a3df607
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

    ra3df607 r5839010  
    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.