Author: pawelz                       Date: Mon Oct 26 08:12:22 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use the weakest and the fastest avilable compression. It makes no sense to
  use lzma to compress file which is going to be used and removed immediately.

---- Files affected:
packages/acroread:
   license-installer.sh (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/acroread/license-installer.sh
diff -u packages/acroread/license-installer.sh:1.13 
packages/acroread/license-installer.sh:1.14
--- packages/acroread/license-installer.sh:1.13 Mon Oct 26 08:42:03 2009
+++ packages/acroread/license-installer.sh      Mon Oct 26 09:12:17 2009
@@ -33,7 +33,7 @@
        if [ '@USE_DISTFILES@' = 'no' ]; then
                nd=-nd
        fi
-       /usr/bin/builder --define _topdir $tmp $nd -nm -nc -ncs --with 
license_agreement --target @TARGET_CPU@ @[email protected]
+       /usr/bin/builder --define _topdir $tmp --define _binary_payload 
w1.gzdio $nd -nm -nc -ncs --with license_agreement --target @TARGET_CPU@ 
@[email protected]
        if [ "$?" -ne 0 ]; then
                exit 2
        fi
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/acroread/license-installer.sh?r1=1.13&r2=1.14&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to