Changeset 1670a20 for BLFS


Ignore:
Timestamp:
11/04/2015 09:26:58 AM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
d7c07e0
Parents:
7f9fa78
Message:

Again minor fix in comments for func_dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r7f9fa78 r1670a20  
    7272depth=${#rootlink[*]}
    7373dep_level=$DEP_LEVEL
    74 # For now, process only optional deps for the root packages.
     74# For now, process optional deps only for the root packages.
    7575if (( $DEP_LEVEL > 2 )) && (( $depth > 1 )); then dep_level=2; fi
    7676srootlink="${rootlink[*]} "
Note: See TracChangeset for help on using the changeset viewer.