Changeset b0e2458 in bootscripts-standard for boot-scripts
- Timestamp:
- May 21, 2014, 1:41:47 AM (11 years ago)
- Branches:
- master
- Children:
- cb6006f
- Parents:
- 94bfdfa
- Location:
- boot-scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot-scripts/Changelog
r94bfdfa rb0e2458 1 Chris - May 21, 2014 2 * Changed dist target in Makefile to generate a .xz tarball instead 3 of .bz2 4 1 5 Chris - April 21, 2014 2 6 * Renamed to "boot-scripts" as this package will now be used only -
boot-scripts/Makefile
r94bfdfa rb0e2458 18 18 mkdir -p "dist/boot-scripts-cross-lfs-$(VERSION)" 19 19 tar --exclude dist -c * | tar -x -C "dist/boot-scripts-cross-lfs-$(VERSION)" 20 (cd dist; tar -c jf "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)") 21 21 rm -rf "dist/boot-scripts-cross-lfs-$(VERSION)" 22 22
Note:
See TracChangeset
for help on using the changeset viewer.