Changeset 1400 in MondoRescue for branches/2.2.4/mindi/mindi


Ignore:
Timestamp:
May 7, 2007, 10:24:28 AM (17 years ago)
Author:
Bruno Cornec
Message:

Debian stores its optimised libraries in /lib/i686/cmov now. (Andree Leidenfrost)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mindi/mindi

    r1399 r1400  
    470470        echo -en "."
    471471        reason=""
    472         vanilla_lib_name=`echo "$optimized_lib_name" | sed s/i[5-7]86// | tr -s '/' '/'`
     472        vanilla_lib_name=`echo "$optimized_lib_name" | sed -e 's/i[5-7]86//' -e 's/cmov//' | tr -s '/' '/'`
    473473        echo "$vanilla_lib_name" >> $filelist
    474474        resolved=$vanilla_lib_name
Note: See TracChangeset for help on using the changeset viewer.