lmi-commits
[Top][All Lists]
Advanced

[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",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]