[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master e0988be 9/9: Prefer xz to bzip2
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master e0988be 9/9: Prefer xz to bzip2 |
Date: |
Sat, 18 May 2019 14:50:03 -0400 (EDT) |
branch: master
commit e0988be03ae188dc4830696c055b4e3fa96993b6
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Prefer xz to bzip2
---
INSTALL | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL b/INSTALL
index 233d2e5..9fd3413 100644
--- a/INSTALL
+++ b/INSTALL
@@ -72,8 +72,8 @@ Copy the following, and paste it (Shift-Insert) into the
shell:
cd /tmp
wget -N $install_script
chmod +x install_msw.sh
- logfile=log_`date -u +'%Y%m%dT%H%MZ'`; echo "Log file is '$logfile.tar.bz2'."
- ./install_msw.sh >$logfile 2>&1; tar -cjf $logfile.tar.bz2 $logfile
+ logfile=log_`date -u +'%Y%m%dT%H%MZ'`; echo "Log file is '$logfile.tar.xz'."
+ ./install_msw.sh >$logfile 2>&1; tar -cJf $logfile.tar.xz $logfile
Installation proceeds silently for anywhere from a few minutes to a couple
of hours, depending on your computer. When you see "Finished building lmi",
- [lmi-commits] [lmi] master updated (f2caa81 -> e0988be), Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 210257a 7/9: Source a script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master e0988be 9/9: Prefer xz to bzip2,
Greg Chicares <=
- [lmi-commits] [lmi] master 7ea9aff 3/9: Import a terminal-tab setup script from branch odd/multiarch, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master f28084a 6/9: Prepare to "source" a script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 8cb87e1 8/9: Remove redundant duplication, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 67d4657 5/9: Fix defect introduced 20190420T2117: non-minimal $PATH, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master f52f6e1 4/9: Invoke 'set_toolchain.sh' instead of duplicating parts of it, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master e2e8d43 2/9: Adapt imported script to current directory structure, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master b03530f 1/9: Improve documentation, Greg Chicares, 2019/05/18