Changeset 4b54394 for common/libs


Ignore:
Timestamp:
01/08/2011 12:17:08 AM (13 years ago)
Author:
Thomas Pegg <thomasp@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a7e1348
Parents:
d8006a00
Message:

Add handling for the different name of the xz-utils tarball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    rd8006a00 r4b54394  
    9191     expect) echo $(grep "^expect" $JHALFSDIR/pkg_tarball_list | head -n1 )
    9292         ;;
     93     xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 )
     94         ;;
    9395     *)  echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    9496         ;;
Note: See TracChangeset for help on using the changeset viewer.