Changeset 983db9f


Ignore:
Timestamp:
08/06/2006 10:21:30 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
6ad5a2f
Parents:
4cbc48f
Message:

Ported from experimental linux-header package name fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r4cbc48f r983db9f  
    255255   case $script_name in
    256256     tcl)   echo $(grep "^tcl" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;;
     257     linux-headers) echo $(grep "^linux-headers.*.bz2" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;;
    257258     *)     echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;;
    258259   esac
Note: See TracChangeset for help on using the changeset viewer.