[Xfce4-commits] <midori:master> Don't use max compression in makedist script, it takes too much time

Christian Dywan noreply at xfce.org
Fri Feb 10 23:44:04 CET 2012


Updating branch refs/heads/master
         to 93b352aa345325e91c245d3b5db7c5a6b7f89f0f (commit)
       from 5bb1c5025f8b2170d89a44e4f55d798f7ea671ef (commit)

commit 93b352aa345325e91c245d3b5db7c5a6b7f89f0f
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Tue Feb 7 16:59:50 2012 +0100

    Don't use max compression in makedist script, it takes too much time
    
    Compression can always be fine tuned after

 win32/makedist/makedist.midori |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index d842a85..fed5d83 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -130,7 +130,7 @@ ARCHIVE=`pwd`/$ARCHIVE
 # store as zip/7z file
 pushd $temp_dir > /dev/null
 if [ "$have_7zip" != "" ]; then
-    7za a -m0=lzma -mx=9 $ARCHIVE midori$1
+    7za a -m0=lzma $ARCHIVE midori$1
 else
     zip -rq $ARCHIVE midori$1
 fi


More information about the Xfce4-commits mailing list