Changeset 3917eca


Ignore:
Timestamp:
07/11/2017 04:22:35 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4
Children:
ed9acf7
Parents:
f7d1386
Message:

Allow non-numeric version in glibc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    rf7d1386 r3917eca  
    110110         ;;
    111111     libdbus) echo $(grep "^dbus" $JHALFSDIR/pkg_tarball_list | head -n1 )
     112         ;;
     113     glibc) echo $(grep "^glibc" $JHALFSDIR/pkg_tarball_list | head -n1 )
    112114         ;;
    113115     *)  echo $(grep "^$script_name[_-][[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
     
    134136                                           -e 's@\.tar.*@@'
    135137        ;;
     138     glibc*)               echo ${1} | sed -e 's@^[^-]*-@@' \
     139                                           -e 's@\.tar.*@@'
     140        ;;
    136141     LVM*)                 echo ${1} | sed -e 's@^[^.]*\.@@' \
    137142                                           -e 's@\.tgz.*@@'
Note: See TracChangeset for help on using the changeset viewer.