Changeset 203a64c


Ignore:
Timestamp:
07/11/2017 04:21:26 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
e415656
Parents:
a1fcdea1
Message:

Allow a non numeric version in glibc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    ra1fcdea1 r203a64c  
    111111         ;;
    112112     libdbus) echo $(grep "^dbus" $JHALFSDIR/pkg_tarball_list | head -n1 )
     113         ;;
     114     glibc) echo $(grep "^glibc" $JHALFSDIR/pkg_tarball_list | head -n1 )
    113115         ;;
    114116     *)  echo $(grep "^$script_name[_-][[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
     
    135137                                           -e 's@\.tar.*@@'
    136138        ;;
     139     glibc*)               echo ${1} | sed -e 's@^[^-]*-@@' \
     140                                           -e 's@\.tar.*@@'
     141        ;;
    137142     LVM*)                 echo ${1} | sed -e 's@^[^.]*\.@@' \
    138143                                           -e 's@\.tgz.*@@'
Note: See TracChangeset for help on using the changeset viewer.