Changeset 937 in MondoRescue for branches/stable/mindi/install.sh


Ignore:
Timestamp:
Nov 17, 2006, 12:07:59 AM (17 years ago)
Author:
Bruno Cornec
Message:

sublocallib is now correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/install.sh

    r936 r937  
    6161    echo $ARCH | grep -E '^x86_64$' &> /dev/null && locallib=$local/lib64
    6262    echo $ARCH | grep -E '^ia64$' &> /dev/null && locallib=$local/lib
    63     sublocallib=$locallib
     63    sublocallib="$locallib/mindi"
    6464else
    6565    locallib=${HEAD}$LIBDIR
    66     sublocallib=$LIBDIR
     66    sublocallib="$LIBDIR/mindi"
    6767fi
    6868
Note: See TracChangeset for help on using the changeset viewer.