Changeset 82808d1


Ignore:
Timestamp:
11/04/2014 12:57:31 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
c5650f9
Parents:
2af991d
Message:

Fixes addition of "pass1" util-linux in new version of CLFS.
Thanks to William Harrington for the patch.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r2af991d r82808d1  
    149149                                  -e 's@-final@@' \
    150150                                  -e 's@-64@@' \
    151                                   -e 's@-n32@@'`
     151                                  -e 's@-n32@@' \
     152                                  -e 's@-pass1@@'`
    152153    pkg_tarball=$(get_package_tarball_name $name)
    153154
  • common/libs/func_wrt_Makefile

    r2af991d r82808d1  
    9999     libcap) echo $(grep "^libcap" $JHALFSDIR/pkg_tarball_list | head -n1 )
    100100         ;;
    101      util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
     101     util-linux-libs | util-linux-pass1) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
    102102         ;;
    103103     xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 )
Note: See TracChangeset for help on using the changeset viewer.