Magellan Linux

Diff of /branches/mage-next/src/tools/search_soname.sh

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

revision 2268 by niro, Fri Oct 25 06:48:57 2013 UTC revision 2522 by niro, Wed Jan 29 10:36:44 2014 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Id$  # $Id$
3    
4    #scanelf 0.7 has a bug, it ignores the first element in the path
5    PATH="/lala:${PATH}"
6    
7  SCANELF="scanelf -yRBqN"  SCANELF="scanelf -yRBqN"
8  SONAME="$1"  SONAME="$1"
9  BINDIR="$2"  BINDIR="$2"

Legend:
Removed from v.2268  
changed lines
  Added in v.2522