Changeset 7214dad


Ignore:
Timestamp:
06/14/2007 05:02:41 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
884bf0c
Parents:
1d4eebf
Message:

Fixed iisue with powerpc-utils package name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r1d4eebf r7214dad  
    7373     tcl) echo $(grep "^tcl" $JHALFSDIR/pkg_tarball_list | head -n1 )
    7474         ;;
     75     powerpc-utils) echo $(grep "^powerpc-utils" $JHALFSDIR/pkg_tarball_list | head -n1 )
     76         ;;
    7577     uClibc)
    7678         if [[ "${PROGNAME}" = "clfs3" ]]; then
    7779           echo $(grep "^uClibc-" $JHALFSDIR/pkg_tarball_list | head -n1 )
    78         else
     80        else
    7981           echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    80         fi
    81         ;;
     82        fi
     83        ;;
    8284     linux-headers)
    8385         if [[ "${PROGNAME}" = "lfs" ]] || [[ "${PROGNAME}" = "hlfs" ]] ; then
Note: See TracChangeset for help on using the changeset viewer.