Changeset 53588e2 for LFS


Ignore:
Timestamp:
05/05/2006 05:41:56 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
ba2301e
Parents:
d20c553
Message:

Applied optimize patch from Jeremy Byron.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rd20c553 r53588e2  
    113113      # Insert instructions for unpacking the package and to set the PKGDIR variable.
    114114      wrt_unpack "$FILE"
     115      [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name"
    115116    fi
    116117
     
    216217      FILE="$name-$vrs.tar.*"
    217218      wrt_unpack2 "$FILE"
    218       [[ "$OPTIMIZE" = "1" ]] && wrt_optimize "$name"
     219      [[ "$OPTIMIZE" != "0" ]] && wrt_optimize "$name"
    219220    fi
    220221
Note: See TracChangeset for help on using the changeset viewer.