]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- use the weakest and the fastest avilable compression. It makes no sense to
authorpawelz <pawelz@pld-linux.org>
Mon, 26 Oct 2009 08:12:17 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  use lzma to compress file which is going to be used and removed immediately.

Changed files:
    license-installer.sh -> 1.14

license-installer.sh

index 110c73a4a14279ba432d64c96ed90233511e1bf6..4df9213be45762e89625c7daecdbaeaaccb9cbd6 100644 (file)
@@ -33,7 +33,7 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then
        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@.spec
+       /usr/bin/builder --define _topdir $tmp --define _binary_payload w1.gzdio $nd -nm -nc -ncs --with license_agreement --target @TARGET_CPU@ @BASE_NAME@.spec
        if [ "$?" -ne 0 ]; then
                exit 2
        fi
This page took 0.067082 seconds and 4 git commands to generate.