Magellan Linux

Diff of /branches/R11-unstable/include/mtools.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14029 by niro, Mon Nov 12 15:56:03 2012 UTC revision 14484 by niro, Fri Dec 21 13:38:40 2012 UTC
# Line 619  minstalllib() Line 619  minstalllib()
619   # prefer scanelf   # prefer scanelf
620   if [[ -x $(type -P scanelf) ]]   if [[ -x $(type -P scanelf) ]]
621   then   then
622   local soname="$(scanelf -SB ${file} | cut -d' ' -f2)"   local soname="$(scanelf -qBF '%S#p' ${file})"
623   ln ${verbose} -snf $(basename ${file}) ${BINDIR}/${dest}/${soname} || die   ln ${verbose} -snf $(basename ${file}) ${BINDIR}/${dest}/${soname} || die
624   else   else
625   echo -e "${COLYELLOW}minstalllib(): Warning: scanelf not found, using fallback symlink method${COLDEFAULT}"   echo -e "${COLYELLOW}minstalllib(): Warning: scanelf not found, using fallback symlink method${COLDEFAULT}"

Legend:
Removed from v.14029  
changed lines
  Added in v.14484