packages: acroread/license-installer.sh - use the weakest and the fastest a...

pawelz pawelz at pld-linux.org
Mon Oct 26 09:12:22 CET 2009


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@ @BASE_NAME at .spec
+	/usr/bin/builder --define _topdir $tmp --define _binary_payload w1.gzdio $nd -nm -nc -ncs --with license_agreement --target @TARGET_CPU@ @BASE_NAME at .spec
 	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



More information about the pld-cvs-commit mailing list