Changeset ef94414


Ignore:
Timestamp:
11/13/2005 01:40:28 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e55d264
Parents:
3c29131
Message:

Fixed and shortened sed, line 200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r3c29131 ref94414  
    197197  # module-init-tools-testsuite packages that doesn't conform to
    198198  # norms in the URL scheme.
    199   DIR=`echo $1 | sed 's@-doc@@' -e 's@-linuxthreads@@' -e 's@-libidn@@' -e 's@-testsuite@@'`
     199  DIR=`echo $1 | sed 's@-doc@@;s@-linuxthreads@@;s@-libidn@@;s@-testsuite@@'`
    200200
    201201  # Find the md5 sum for this package.
     
    876876          LFSVRS=6.1.1
    877877          ;;
     878       
     879        alpha*)
     880          LFSVRS=alphabetical
     881          ;;
    878882        * )
    879883          echo "$1 is an unsupported version at this time."
Note: See TracChangeset for help on using the changeset viewer.