Changeset 0acd252 in clfs-embedded for BOOK/prologue/common/hostreqs.xml


Ignore:
Timestamp:
Aug 8, 2012, 1:09:47 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master
Children:
659afd8
Parents:
2779cfb
Message:

Update version check script to find libc.so.6 in other lib directories other than lib and lib64 for multiarch systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/prologue/common/hostreqs.xml

    r2779cfb r0acd252  
    105105gawk --version | head -n1
    106106gcc --version | head -n1
    107 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7
     107ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7
    108108grep --version | head -n1
    109109gzip --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.