lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch cfc2bad 01/10: Prefer xz to bzip2


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch cfc2bad 01/10: Prefer xz to bzip2
Date: Wed, 15 May 2019 17:59:55 -0400 (EDT)

branch: odd/multiarch
commit cfc2bad53dcf3e378a0a33ca2f56faba7d8a98b3
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prefer xz to bzip2
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index c0df599..79d6756 100644
--- a/INSTALL
+++ b/INSTALL
@@ -73,7 +73,7 @@ Copy the following, and paste it (Shift-Insert) into the 
shell:
   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
+  ./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]