Magellan Linux

Diff of /branches/mage-next/src/tools/autodepend.in

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

trunk/mage/usr/lib/mage/autodepend.sh revision 2039 by niro, Fri Feb 1 09:40:30 2013 UTC branches/mage-next/src/tools/autodepend.in revision 2573 by niro, Wed Jan 29 12:27:04 2014 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    # $Id$
3    
4  SCANELF="scanelf -LnyRB"  SCANELF="scanelf -LnyRB"
5  BINDIR="$1"  BINDIR="$1"
# Line 29  build_dep_list() Line 30  build_dep_list()
30    
31   # if /lib /lib64 are symlinks than add a prefix to honor usr-move   # if /lib /lib64 are symlinks than add a prefix to honor usr-move
32   if [[ -L /lib ]] || [[ -L /lib64 ]]   if [[ -L /lib ]] || [[ -L /lib64 ]]
33   then     then
34   prefix="/usr"   prefix="/usr"
35   fi   fi
36    

Legend:
Removed from v.2039  
changed lines
  Added in v.2573