Changeset b0e2458 in bootscripts-standard for bootscripts/Makefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

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