Changeset b0e2458 in bootscripts-standard for boot-scripts


Ignore:
Timestamp:
May 21, 2014, 1:41:47 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
cb6006f
Parents:
94bfdfa
Message:

Use xz instead of bz2

Location:
boot-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot-scripts/Changelog

    r94bfdfa rb0e2458  
     1Chris - May 21, 2014
     2        * Changed dist target in Makefile to generate a .xz tarball instead
     3          of .bz2
     4
    15Chris - April 21, 2014
    26        * Renamed to "boot-scripts" as this package will now be used only
  • boot-scripts/Makefile

    r94bfdfa rb0e2458  
    1818        mkdir -p "dist/boot-scripts-cross-lfs-$(VERSION)"
    1919        tar --exclude dist -c * | tar -x -C "dist/boot-scripts-cross-lfs-$(VERSION)"
    20         (cd dist; tar -cjf "boot-scripts-cross-lfs-$(VERSION).tar.bz2" "boot-scripts-cross-lfs-$(VERSION)")
     20        (cd dist; tar -cJf "boot-scripts-cross-lfs-$(VERSION).tar.xz" "boot-scripts-cross-lfs-$(VERSION)")
    2121        rm -rf "dist/boot-scripts-cross-lfs-$(VERSION)"
    2222
Note: See TracChangeset for help on using the changeset viewer.