Changeset 3330d51


Ignore:
Timestamp:
08/13/2021 12:02:00 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
c84c636
Parents:
eeecd89
Message:

Fix instructions (add online_usrbin to m32/mx32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    reeecd89 r3330d51  
    132132done</userinput><userinput arch="ml_32,ml_all">
    133133for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg); do
    134     case "$online_usrlib $save_usrlib" in
     134    case "$online_usrbin $online_usrlib $save_usrlib" in
    135135        *$(basename $i)* )
    136136            ;;
     
    140140done</userinput><userinput arch="ml_x32,ml_all">
    141141for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg); do
    142     case "$online_usrlib $save_usrlib" in
     142    case "$online_usrbin $online_usrlib $save_usrlib" in
    143143        *$(basename $i)* )
    144144            ;;
Note: See TracChangeset for help on using the changeset viewer.