[qet] [3687] When compressing man, do not save the time stamp by default

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3687
Author:   scorpio810
Date:     2015-02-05 20:05:54 +0100 (Thu, 05 Feb 2015)
Log Message:
-----------
When  compressing man,  do  not  save the time stamp by default

Modified Paths:
--------------
    trunk/man/compress_man_pages.sh

Modified: trunk/man/compress_man_pages.sh
===================================================================
--- trunk/man/compress_man_pages.sh	2015-02-05 17:18:56 UTC (rev 3686)
+++ trunk/man/compress_man_pages.sh	2015-02-05 19:05:54 UTC (rev 3687)
@@ -3,7 +3,7 @@
 APP=qelectrotech.1
 MAN_DIR=$(dirname $0)/files
 
-find ${MAN_DIR} -type f -name "${APP}" -exec gzip --best {} \;
+find ${MAN_DIR} -type f -name "${APP}" -exec gzip -9n {} \;
 
 # correct files permissions
 find ${MAN_DIR} -type d -exec chmod a+rx {} \;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/